#BF6A1A

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

Shades of Ochre #BF6A1A

Tints of Ochre #BF6A1A

Color information

#BF6A1A (or 0xBF6A1A) is unknown color: approx Ochre. HEX triplet: BF, 6A and 1A. RGB value is (191,106,26). Sum of RGB (Red+Green+Blue) = 191+106+26=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6A1A is #4095E5. Grayscale: #7A7A7A. Windows color (decimal): -4232678 or 1731263. OLE color: 1731263.

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

Color convert

RGB19110626-
CMYK00.450.860.25
HSL29.09º76.04%42.55%-
HSV(B)29.09º86.39%74.9%-
XYZ26.8321.463.71-
YUV122.2973.66177-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 26 (10.55% from 255) = 8.05%
R=59.13%
G=32.82%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911062600.450.860.2529.0976.0442.55
HexBF6A1A02D56191d4c2b
Octal27715232055126313511453
Binary101111111101010110100101101101011011001111011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A1A; }

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

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

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

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

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

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

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

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