#BF7518

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

Shades of Ochre #BF7518

Tints of Ochre #BF7518

Color information

#BF7518 (or 0xBF7518) is unknown color: approx Ochre. HEX triplet: BF, 75 and 18. RGB value is (191,117,24). Sum of RGB (Red+Green+Blue) = 191+117+24=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7518 is #408AE7. Grayscale: #808080. Windows color (decimal): -4229864 or 1603007. OLE color: 1603007.

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

Color convert

RGB19111724-
CMYK00.390.870.25
HSL33.41º77.67%42.16%-
HSV(B)33.41º87.43%74.9%-
XYZ28.0123.863.99-
YUV128.5269.02172.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.53%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 24 (9.77% from 255) = 7.23%
R=57.53%
G=35.24%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911172400.390.870.2533.4177.6742.16
HexBF75180275719214e2a
Octal27716530047127314111652
Binary1011111111101011100001001111010111110011000011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7518; }

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

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

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

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

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

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

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

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