#BF6B16

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

Shades of Ochre #BF6B16

Tints of Ochre #BF6B16

Color information

#BF6B16 (or 0xBF6B16) is unknown color: approx Ochre. HEX triplet: BF, 6B and 16. RGB value is (191,107,22). Sum of RGB (Red+Green+Blue) = 191+107+22=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B16 is #4094E9. Grayscale: #7A7A7A. Windows color (decimal): -4232426 or 1469375. OLE color: 1469375.

HSL color Cylindrical-coordinate representation of color #BF6B16: hue angle of 30.18º 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 #BF6B16 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19110722-
CMYK00.440.880.25
HSL30.18º79.34%41.76%-
HSV(B)30.18º88.48%74.9%-
XYZ26.8921.653.52-
YUV122.4371.33176.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 22 (8.98% from 255) = 6.88%
R=59.69%
G=33.44%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911072200.440.880.2530.1879.3441.76
HexBF6B1602C58191e4f2a
Octal27715326054130313611752
Binary101111111101011101100101100101100011001111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B16; }

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

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

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

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

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

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

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

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