Color Hex Logo

#bf475b Color Hex

#BF475B
(191,71,91)
0 Favorites   0 Comments

Color spaces of #bf475b

RGB 1917191
HSL0.970.480.51
HSV350°63°75°
CMYK 0.000.630.52   0.25
XYZ25.627416.338211.7004
Yxy16.33820.47750.3044
Hunter Lab40.420542.436511.1319
CIE-Lab47.415149.676014.2518

#bf475b color RGB value is (191,71,91).

#bf475b hex color red value is 191, green value is 71 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bf475b hue: 0.97 , saturation: 0.48 and the lightness value of bf475b is 0.51.

The process color (four color CMYK) of #bf475b color hex is 0.00, 0.63, 0.52, 0.25. Web safe color of #bf475b is #cc3366. Color #bf475b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000111 01011011
Octal 277 107 133
Decimal 191 71 91
Hex BF 47 5B

RGB Percentages of Color #bf475b

%54.11
%20.11
%25.78

CMYK Percentages of Color #bf475b

%0
%63
%52
%25

Triadic Colors of #bf475b

#bf475b #5bbf47 #475bbf

Analogous Colors of #bf475b

#bf475b #bf6f47 #bf4797

Monochromatic Colors of #bf475b

#bf475b

Complementary Color

#bf475b #47bfab

#bf475b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf475b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf475b Color CSS Codes

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

#bf475b Text Font Color

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

This sample text font color is #bf475b
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.


#bf475b Background Color

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

This div background color is #bf475b


#bf475b Border Color

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

This div border color is #bf475b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf475b


Comments

No comments written yet.

Please login to write comment.