#BF7919

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

Shades of Ochre #BF7919

Tints of Ochre #BF7919

Color information

#BF7919 (or 0xBF7919) is unknown color: approx Ochre. HEX triplet: BF, 79 and 19. RGB value is (191,121,25). Sum of RGB (Red+Green+Blue) = 191+121+25=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7919 is #4086E6. Grayscale: #838383. Windows color (decimal): -4228839 or 1669567. OLE color: 1669567.

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

Color convert

RGB19112125-
CMYK00.370.870.25
HSL34.7º76.85%42.35%-
HSV(B)34.7º86.91%74.9%-
XYZ28.524.824.21-
YUV130.9968.19170.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 25 (10.16% from 255) = 7.42%
R=56.68%
G=35.91%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911212500.370.870.2534.776.8542.35
HexBF79190255719234d2a
Octal27717131045127314311552
Binary1011111111110011100101001011010111110011000111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7919; }

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

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

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

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

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

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

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

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