#BF6B18

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

Shades of Ochre #BF6B18

Tints of Ochre #BF6B18

Color information

#BF6B18 (or 0xBF6B18) is unknown color: approx Ochre. HEX triplet: BF, 6B and 18. RGB value is (191,107,24). Sum of RGB (Red+Green+Blue) = 191+107+24=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B18 is #4094E7. Grayscale: #7B7B7B. Windows color (decimal): -4232424 or 1600447. OLE color: 1600447.

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

Color convert

RGB19110724-
CMYK00.440.870.25
HSL29.82º77.67%42.16%-
HSV(B)29.82º87.43%74.9%-
XYZ26.9121.663.63-
YUV122.6572.33176.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.32%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 24 (9.77% from 255) = 7.45%
R=59.32%
G=33.23%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911072400.440.870.2529.8277.6742.16
HexBF6B1802C57191e4e2a
Octal27715330054127313611652
Binary101111111101011110000101100101011111001111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B18; }

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

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

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

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

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

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

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

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