#BF741A

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

Shades of Ochre #BF741A

Tints of Ochre #BF741A

Color information

#BF741A (or 0xBF741A) is unknown color: approx Ochre. HEX triplet: BF, 74 and 1A. RGB value is (191,116,26). Sum of RGB (Red+Green+Blue) = 191+116+26=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF741A is #408BE5. Grayscale: #808080. Windows color (decimal): -4230118 or 1733823. OLE color: 1733823.

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

Color convert

RGB19111626-
CMYK00.390.860.25
HSL32.73º76.04%42.55%-
HSV(B)32.73º86.39%74.9%-
XYZ27.9223.644.07-
YUV128.1670.35172.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 26 (10.55% from 255) = 7.81%
R=57.36%
G=34.83%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911162600.390.860.2532.7376.0442.55
HexBF741A0275619214c2b
Octal27716432047126314111453
Binary1011111111101001101001001111010110110011000011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF741A; }

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

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

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

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

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

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

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

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