#BF771A

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

Shades of Ochre #BF771A

Tints of Ochre #BF771A

Color information

#BF771A (or 0xBF771A) is unknown color: approx Ochre. HEX triplet: BF, 77 and 1A. RGB value is (191,119,26). Sum of RGB (Red+Green+Blue) = 191+119+26=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF771A is #4088E5. Grayscale: #828282. Windows color (decimal): -4229350 or 1734591. OLE color: 1734591.

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

Color convert

RGB19111926-
CMYK00.380.860.25
HSL33.82º76.04%42.55%-
HSV(B)33.82º86.39%74.9%-
XYZ28.2724.344.19-
YUV129.9369.35171.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 26 (10.55% from 255) = 7.74%
R=56.85%
G=35.42%
B=7.74%

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
Decimal1911192600.380.860.2533.8276.0442.55
HexBF771A0265619224c2b
Octal27716732046126314211453
Binary1011111111101111101001001101010110110011000101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF771A; }

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

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

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

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

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

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

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

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