#BD7216

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

Shades of Ochre #BD7216

Tints of Ochre #BD7216

Color information

#BD7216 (or 0xBD7216) is unknown color: approx Ochre. HEX triplet: BD, 72 and 16. RGB value is (189,114,22). Sum of RGB (Red+Green+Blue) = 189+114+22=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7216 is #428DE9. Grayscale: #7E7E7E. Windows color (decimal): -4361706 or 1471165. OLE color: 1471165.

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

Color convert

RGB18911422-
CMYK00.400.880.26
HSL33.05º79.15%41.37%-
HSV(B)33.05º88.36%74.12%-
XYZ27.1522.913.75-
YUV125.9469.35172.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=58.15%
G=35.08%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891142200.400.880.2633.0579.1541.37
HexBD7216028581A214f29
Octal27516226050130324111751
Binary1011110111100101011001010001011000110101000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7216; }

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

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

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

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

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

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

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

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