Color Hex Logo

#bf754b Color Hex

#BF754B
(191,117,75)
0 Favorites   0 Comments

Color spaces of #bf754b

RGB 19111775
HSL0.060.480.52
HSV22°61°75°
CMYK 0.000.390.61   0.25
XYZ29.117124.30699.8137
Yxy24.30690.46040.3844
Hunter Lab49.302019.141122.7096
CIE-Lab56.393825.017435.1454

#bf754b color RGB value is (191,117,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110101 01001011
Octal 277 165 113
Decimal 191 117 75
Hex BF 75 4B

RGB Percentages of Color #bf754b

%49.87
%30.55
%19.58

CMYK Percentages of Color #bf754b

%0
%39
%61
%25

Triadic Colors of #bf754b

#bf754b #4bbf75 #754bbf

Analogous Colors of #bf754b

#bf754b #bfaf4b #bf4b5b

Monochromatic Colors of #bf754b

#bf754b

Complementary Color

#bf754b #4b95bf

#bf754b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf754b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf754b Color CSS Codes

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

#bf754b Text Font Color

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

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


#bf754b Background Color

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

This div background color is #bf754b


#bf754b Border Color

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

This div border color is #bf754b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf754b


Comments

No comments written yet.

Please login to write comment.