#BD7215

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

Shades of Ochre #BD7215

Tints of Ochre #BD7215

Color information

#BD7215 (or 0xBD7215) is unknown color: approx Ochre. HEX triplet: BD, 72 and 15. RGB value is (189,114,21). Sum of RGB (Red+Green+Blue) = 189+114+21=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7215 is #428DEA. Grayscale: #7E7E7E. Windows color (decimal): -4361707 or 1405629. OLE color: 1405629.

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

Color convert

RGB18911421-
CMYK00.400.890.26
HSL33.21º80%41.18%-
HSV(B)33.21º88.89%74.12%-
XYZ27.1422.913.7-
YUV125.8268.85173.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 21 (8.59% from 255) = 6.48%
R=58.33%
G=35.19%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891142100.400.890.2633.218041.18
HexBD7215028591A215029
Octal27516225050131324112051
Binary1011110111100101010101010001011001110101000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7215; }

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

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

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

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

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

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

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

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