#BD7012

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

Shades of Ochre #BD7012

Tints of Ochre #BD7012

Color information

#BD7012 (or 0xBD7012) is unknown color: approx Ochre. HEX triplet: BD, 70 and 12. RGB value is (189,112,18). Sum of RGB (Red+Green+Blue) = 189+112+18=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7012 is #428FED. Grayscale: #7C7C7C. Windows color (decimal): -4362222 or 1208509. OLE color: 1208509.

HSL color Cylindrical-coordinate representation of color #BD7012: hue angle of 32.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD7012 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18911218-
CMYK00.410.900.26
HSL32.98º82.61%40.59%-
HSV(B)32.98º90.48%74.12%-
XYZ26.8922.453.49-
YUV124.3168.01174.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 18 (7.42% from 255) = 5.64%
R=59.25%
G=35.11%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891121800.410.900.2632.9882.6140.59
HexBD70120295A1A215329
Octal27516022051132324112351
Binary1011110111100001001001010011011010110101000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7012; }

 p { color: rgb(189,112,18); }

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

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

 a { background-color: rgb(189,112,18); }

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

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

 span { border-color: rgb(189,112,18); }

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