#BD6A19

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

Shades of Ochre #BD6A19

Tints of Ochre #BD6A19

Color information

#BD6A19 (or 0xBD6A19) is unknown color: approx Ochre. HEX triplet: BD, 6A and 19. RGB value is (189,106,25). Sum of RGB (Red+Green+Blue) = 189+106+25=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6A19 is #4295E6. Grayscale: #797979. Windows color (decimal): -4363751 or 1665725. OLE color: 1665725.

HSL color Cylindrical-coordinate representation of color #BD6A19: hue angle of 29.63º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD6A19 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18910625-
CMYK00.440.870.26
HSL29.63º76.64%41.96%-
HSV(B)29.63º86.77%74.12%-
XYZ26.3221.23.62-
YUV121.5873.5176.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 25 (10.16% from 255) = 7.81%
R=59.06%
G=33.12%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891062500.440.870.2629.6376.6441.96
HexBD6A1902C571A1e4d2a
Octal27515231054127323611552
Binary101111011101010110010101100101011111010111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A19; }

 p { color: rgb(189,106,25); }

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

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

 a { background-color: rgb(189,106,25); }

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

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

 span { border-color: rgb(189,106,25); }

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