#BD6E12

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

Shades of Ochre #BD6E12

Tints of Ochre #BD6E12

Color information

#BD6E12 (or 0xBD6E12) is unknown color: approx Ochre. HEX triplet: BD, 6E and 12. RGB value is (189,110,18). Sum of RGB (Red+Green+Blue) = 189+110+18=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6E12 is #4291ED. Grayscale: #7B7B7B. Windows color (decimal): -4362734 or 1207997. OLE color: 1207997.

HSL color Cylindrical-coordinate representation of color #BD6E12: hue angle of 32.28º 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 #BD6E12 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18911018-
CMYK00.420.900.26
HSL32.28º82.61%40.59%-
HSV(B)32.28º90.48%74.12%-
XYZ26.6722.013.42-
YUV123.1368.67174.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.62%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 18 (7.42% from 255) = 5.68%
R=59.62%
G=34.70%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891101800.420.900.2632.2882.6140.59
HexBD6E1202A5A1A205329
Octal27515622052132324012351
Binary1011110111011101001001010101011010110101000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E12; }

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

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

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

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

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

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

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

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