#BF7817

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

Shades of Ochre #BF7817

Tints of Ochre #BF7817

Color information

#BF7817 (or 0xBF7817) is unknown color: approx Ochre. HEX triplet: BF, 78 and 17. RGB value is (191,120,23). Sum of RGB (Red+Green+Blue) = 191+120+23=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7817 is #4087E8. Grayscale: #828282. Windows color (decimal): -4229097 or 1538239. OLE color: 1538239.

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

Color convert

RGB19112023-
CMYK00.370.880.25
HSL34.64º78.5%41.96%-
HSV(B)34.64º87.96%74.9%-
XYZ28.3624.574.06-
YUV130.1767.52171.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 23 (9.38% from 255) = 6.89%
R=57.19%
G=35.93%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911202300.370.880.2534.6478.541.96
HexBF78170255819234f2a
Octal27717027045130314311752
Binary1011111111110001011101001011011000110011000111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7817; }

 p { color: rgb(191,120,23); }

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

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

 a { background-color: rgb(191,120,23); }

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

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

 span { border-color: rgb(191,120,23); }

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