#BF7915

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

Shades of Ochre #BF7915

Tints of Ochre #BF7915

Color information

#BF7915 (or 0xBF7915) is unknown color: approx Ochre. HEX triplet: BF, 79 and 15. RGB value is (191,121,21). Sum of RGB (Red+Green+Blue) = 191+121+21=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7915 is #4086EA. Grayscale: #838383. Windows color (decimal): -4228843 or 1407423. OLE color: 1407423.

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

Color convert

RGB19112121-
CMYK00.370.890.25
HSL35.29º80.19%41.57%-
HSV(B)35.29º89.01%74.9%-
XYZ28.4624.814-
YUV130.5366.19171.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 21 (8.59% from 255) = 6.31%
R=57.36%
G=36.34%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911212100.370.890.2535.2980.1941.57
HexBF7915025591923502a
Octal27717125045131314312052
Binary1011111111110011010101001011011001110011000111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7915; }

 p { color: rgb(191,121,21); }

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

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

 a { background-color: rgb(191,121,21); }

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

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

 span { border-color: rgb(191,121,21); }

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