#BD7015

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

Shades of Ochre #BD7015

Tints of Ochre #BD7015

Color information

#BD7015 (or 0xBD7015) is unknown color: approx Ochre. HEX triplet: BD, 70 and 15. RGB value is (189,112,21). Sum of RGB (Red+Green+Blue) = 189+112+21=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7015 is #428FEA. Grayscale: #7D7D7D. Windows color (decimal): -4362219 or 1405117. OLE color: 1405117.

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

Color convert

RGB18911221-
CMYK00.410.890.26
HSL32.5º80%41.18%-
HSV(B)32.5º88.89%74.12%-
XYZ26.9222.463.63-
YUV124.6569.51173.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.70%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 21 (8.59% from 255) = 6.52%
R=58.70%
G=34.78%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891122100.410.890.2632.58041.18
HexBD7015029591A205029
Octal27516025051131324012051
Binary1011110111100001010101010011011001110101000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7015; }

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

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

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

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

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

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

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

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