#BF7219

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

Shades of Ochre #BF7219

Tints of Ochre #BF7219

Color information

#BF7219 (or 0xBF7219) is unknown color: approx Ochre. HEX triplet: BF, 72 and 19. RGB value is (191,114,25). Sum of RGB (Red+Green+Blue) = 191+114+25=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7219 is #408DE6. Grayscale: #7F7F7F. Windows color (decimal): -4230631 or 1667775. OLE color: 1667775.

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

Color convert

RGB19111425-
CMYK00.400.870.25
HSL32.17º76.85%42.35%-
HSV(B)32.17º86.91%74.9%-
XYZ27.6823.183.94-
YUV126.8870.51173.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 25 (10.16% from 255) = 7.58%
R=57.88%
G=34.55%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911142500.400.870.2532.1776.8542.35
HexBF72190285719204d2a
Octal27716231050127314011552
Binary1011111111100101100101010001010111110011000001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7219; }

 p { color: rgb(191,114,25); }

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

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

 a { background-color: rgb(191,114,25); }

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

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

 span { border-color: rgb(191,114,25); }

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