#BF6C18

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

Shades of Ochre #BF6C18

Tints of Ochre #BF6C18

Color information

#BF6C18 (or 0xBF6C18) is unknown color: approx Ochre. HEX triplet: BF, 6C and 18. RGB value is (191,108,24). Sum of RGB (Red+Green+Blue) = 191+108+24=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C18 is #4093E7. Grayscale: #7B7B7B. Windows color (decimal): -4232168 or 1600703. OLE color: 1600703.

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

Color convert

RGB19110824-
CMYK00.430.870.25
HSL30.18º77.67%42.16%-
HSV(B)30.18º87.43%74.9%-
XYZ27.0121.873.66-
YUV123.2472176.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 24 (9.77% from 255) = 7.43%
R=59.13%
G=33.44%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911082400.430.870.2530.1877.6742.16
HexBF6C1802B57191e4e2a
Octal27715430053127313611652
Binary101111111101100110000101011101011111001111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C18; }

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

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

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

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

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

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

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

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