#BD7212

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

Shades of Ochre #BD7212

Tints of Ochre #BD7212

Color information

#BD7212 (or 0xBD7212) is unknown color: approx Ochre. HEX triplet: BD, 72 and 12. RGB value is (189,114,18). Sum of RGB (Red+Green+Blue) = 189+114+18=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7212 is #428DED. Grayscale: #7D7D7D. Windows color (decimal): -4361710 or 1209021. OLE color: 1209021.

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

Color convert

RGB18911418-
CMYK00.400.900.26
HSL33.68º82.61%40.59%-
HSV(B)33.68º90.48%74.12%-
XYZ27.1122.93.56-
YUV125.4867.35173.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 18 (7.42% from 255) = 5.61%
R=58.88%
G=35.51%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891141800.400.900.2633.6882.6140.59
HexBD72120285A1A225329
Octal27516222050132324212351
Binary1011110111100101001001010001011010110101000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7212; }

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

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

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

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

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

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

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

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