Color Hex Logo

#bf381b Color Hex

#BF381B
(191,56,27)
0 Favorites   0 Comments

Color spaces of #bf381b

RGB 1915627
HSL0.030.750.43
HSV11°86°75°
CMYK 0.000.710.86   0.25
XYZ23.097913.98382.5187
Yxy13.98380.58330.3531
Hunter Lab37.394944.813822.1830
CIE-Lab44.209752.494746.8237

#bf381b color RGB value is (191,56,27).

#bf381b hex color red value is 191, green value is 56 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bf381b hue: 0.03 , saturation: 0.75 and the lightness value of bf381b is 0.43.

The process color (four color CMYK) of #bf381b color hex is 0.00, 0.71, 0.86, 0.25. Web safe color of #bf381b is #cc3333. Color #bf381b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00111000 00011011
Octal 277 70 33
Decimal 191 56 27
Hex BF 38 1B

RGB Percentages of Color #bf381b

%69.71
%20.44
%9.85

CMYK Percentages of Color #bf381b

%0
%71
%86
%25

Triadic Colors of #bf381b

#bf381b #1bbf38 #381bbf

Analogous Colors of #bf381b

#bf381b #bf8a1b #bf1b50

Monochromatic Colors of #bf381b

#bf381b

Complementary Color

#bf381b #1ba2bf

#bf381b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf381b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf381b Color CSS Codes

.mybgcolor {background-color:#bf381b; } 
.myforecolor {color:#bf381b; }
.mybordercolor {border:3px solid #bf381b; }

#bf381b Text Font Color

<p style="color:#bf381b">Text here</p>

This sample text font color is #bf381b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf381b Background Color

<div style="background-color:#bf381b">
Div content here</div>

This div background color is #bf381b


#bf381b Border Color

<div style="border:3px solid #bf381b">
Div here</div>

This div border color is #bf381b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,56,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf381b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf381b;
  -webkit-box-shadow: 1px 1px 3px 2px #bf381b;
  box-shadow:         1px 1px 3px 2px #bf381b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,56,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf381b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf381b;
  -webkit-box-shadow: 1px 1px 3px 2px #bf381b;
  box-shadow:         1px 1px 3px 2px #bf381b;">
Div content here</div>

This div box has shadow with color #bf381b


Comments

No comments written yet.

Please login to write comment.