Color Hex Logo

#bf7874 Color Hex

#BF7874
(191,120,116)
0 Favorites   0 Comments

Color spaces of #bf7874

RGB 191120116
HSL0.010.370.60
HSV39°75°
CMYK 0.000.370.39   0.25
XYZ31.354725.770319.8446
Yxy25.77030.40740.3348
Hunter Lab50.764521.412812.3578
CIE-Lab57.818427.298813.8789

#bf7874 color RGB value is (191,120,116).

#bf7874 hex color red value is 191, green value is 120 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bf7874 hue: 0.01 , saturation: 0.37 and the lightness value of bf7874 is 0.60.

The process color (four color CMYK) of #bf7874 color hex is 0.00, 0.37, 0.39, 0.25. Web safe color of #bf7874 is #cc6666. Color #bf7874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111000 01110100
Octal 277 170 164
Decimal 191 120 116
Hex BF 78 74

RGB Percentages of Color #bf7874

%44.73
%28.10
%27.17

CMYK Percentages of Color #bf7874

%0
%37
%39
%25

Triadic Colors of #bf7874

#bf7874 #74bf78 #7874bf

Analogous Colors of #bf7874

#bf7874 #bf9e74 #bf7496

Monochromatic Colors of #bf7874

#bf7874

Complementary Color

#bf7874 #74bbbf

#bf7874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7874 Color CSS Codes

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

#bf7874 Text Font Color

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

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


#bf7874 Background Color

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

This div background color is #bf7874


#bf7874 Border Color

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

This div border color is #bf7874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7874


Comments

No comments written yet.

Please login to write comment.