#BF761A

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

Shades of Ochre #BF761A

Tints of Ochre #BF761A

Color information

#BF761A (or 0xBF761A) is unknown color: approx Ochre. HEX triplet: BF, 76 and 1A. RGB value is (191,118,26). Sum of RGB (Red+Green+Blue) = 191+118+26=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF761A is #4089E5. Grayscale: #818181. Windows color (decimal): -4229606 or 1734335. OLE color: 1734335.

HSL color Cylindrical-coordinate representation of color #BF761A: hue angle of 33.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF761A is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19111826-
CMYK00.380.860.25
HSL33.45º76.04%42.55%-
HSV(B)33.45º86.39%74.9%-
XYZ28.1524.114.15-
YUV129.3469.68171.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 26 (10.55% from 255) = 7.76%
R=57.01%
G=35.22%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911182600.380.860.2533.4576.0442.55
HexBF761A0265619214c2b
Octal27716632046126314111453
Binary1011111111101101101001001101010110110011000011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF761A; }

 p { color: rgb(191,118,26); }

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

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

 a { background-color: rgb(191,118,26); }

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

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

 span { border-color: rgb(191,118,26); }

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