#BF6C16

Color #BF6C16 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #BF6C16

Tints of Ochre #BF6C16

Color information

#BF6C16 (or 0xBF6C16) is unknown color: approx Ochre. HEX triplet: BF, 6C and 16. RGB value is (191,108,22). Sum of RGB (Red+Green+Blue) = 191+108+22=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C16 is #4093E9. Grayscale: #7B7B7B. Windows color (decimal): -4232170 or 1469631. OLE color: 1469631.

HSL color Cylindrical-coordinate representation of color #BF6C16: hue angle of 30.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF6C16 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19110822-
CMYK00.430.880.25
HSL30.53º79.34%41.76%-
HSV(B)30.53º88.48%74.9%-
XYZ26.9921.863.56-
YUV123.0171176.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 59.50%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=59.50%
G=33.64%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911082200.430.880.2530.5379.3441.76
HexBF6C1602B58191f4f2a
Octal27715426053130313711752
Binary101111111101100101100101011101100011001111111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C16; }

 p { color: rgb(191,108,22); }

 H1.HeaderClassName
 {
   color: #BF6C16;
 }
 .AnyTagClassName
 {
   color: #BF6C16;
 }
</style>
background-color css

<style>
 a { background-color: #BF6C16; }

 a { background-color: rgb(191,108,22); }

 div.DivClassName
 {
   background-color: #BF6C16;
 }
 .BgClassName
 {
   background-color: #BF6C16;
 }
</style>
border-color css

<style>
 span { border-color: #BF6C16; }

 span { border-color: rgb(191,108,22); }

 td.TdClassName
 {
   border-color: #BF6C16;
 }
 .TagClassName
 {
   border-color: #BF6C16;
 }
</style>