Color Hex Logo

#bf674a Color Hex

#BF674A
(191,103,74)
0 Favorites   0 Comments

Color spaces of #bf674a

RGB 19110374
HSL0.040.480.52
HSV15°61°75°
CMYK 0.000.460.61   0.25
XYZ27.572121.27139.1311
Yxy21.27130.47560.3669
Hunter Lab46.120826.000020.5462
CIE-Lab53.245132.518731.8459

#bf674a color RGB value is (191,103,74).

#bf674a hex color red value is 191, green value is 103 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bf674a hue: 0.04 , saturation: 0.48 and the lightness value of bf674a is 0.52.

The process color (four color CMYK) of #bf674a color hex is 0.00, 0.46, 0.61, 0.25. Web safe color of #bf674a is #cc6633. Color #bf674a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100111 01001010
Octal 277 147 112
Decimal 191 103 74
Hex BF 67 4A

RGB Percentages of Color #bf674a

%51.90
%27.99
%20.11

CMYK Percentages of Color #bf674a

%0
%46
%61
%25

Triadic Colors of #bf674a

#bf674a #4abf67 #674abf

Analogous Colors of #bf674a

#bf674a #bfa24a #bf4a68

Monochromatic Colors of #bf674a

#bf674a

Complementary Color

#bf674a #4aa2bf

#bf674a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf674a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf674a Color CSS Codes

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

#bf674a Text Font Color

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

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


#bf674a Background Color

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

This div background color is #bf674a


#bf674a Border Color

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

This div border color is #bf674a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf674a


Comments

No comments written yet.

Please login to write comment.