Color Hex Logo

#bf7220 Color Hex

#BF7220
(191,114,32)
0 Favorites   0 Comments

Color spaces of #bf7220

RGB 19111432
HSL0.090.710.44
HSV31°83°75°
CMYK 0.000.400.83   0.25
XYZ27.763923.21534.3842
Yxy23.21530.50150.4193
Hunter Lab48.182318.537528.3327
CIE-Lab55.293424.455754.3698

#bf7220 color RGB value is (191,114,32).

#bf7220 hex color red value is 191, green value is 114 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bf7220 hue: 0.09 , saturation: 0.71 and the lightness value of bf7220 is 0.44.

The process color (four color CMYK) of #bf7220 color hex is 0.00, 0.40, 0.83, 0.25. Web safe color of #bf7220 is #cc6633. Color #bf7220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110010 00100000
Octal 277 162 40
Decimal 191 114 32
Hex BF 72 20

RGB Percentages of Color #bf7220

%56.68
%33.83
%9.50

CMYK Percentages of Color #bf7220

%0
%40
%83
%25

Triadic Colors of #bf7220

#bf7220 #20bf72 #7220bf

Analogous Colors of #bf7220

#bf7220 #bdbf20 #bf2320

Monochromatic Colors of #bf7220

#bf7220

Complementary Color

#bf7220 #206dbf

#bf7220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7220 Color CSS Codes

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

#bf7220 Text Font Color

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

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


#bf7220 Background Color

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

This div background color is #bf7220


#bf7220 Border Color

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

This div border color is #bf7220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7220


Comments

No comments written yet.

Please login to write comment.