#BD7311

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

Shades of Ochre #BD7311

Tints of Ochre #BD7311

Color information

#BD7311 (or 0xBD7311) is unknown color: approx Ochre. HEX triplet: BD, 73 and 11. RGB value is (189,115,17). Sum of RGB (Red+Green+Blue) = 189+115+17=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7311 is #428CEE. Grayscale: #7E7E7E. Windows color (decimal): -4361455 or 1143741. OLE color: 1143741.

HSL color Cylindrical-coordinate representation of color #BD7311: hue angle of 34.19º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD7311 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB18911517-
CMYK00.390.910.26
HSL34.19º83.5%40.39%-
HSV(B)34.19º91.01%74.12%-
XYZ27.2223.123.56-
YUV125.9566.52172.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 17 (7.03% from 255) = 5.30%
R=58.88%
G=35.83%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891151700.390.910.2634.1983.540.39
HexBD73110275B1A225328
Octal27516321047133324212350
Binary1011110111100111000101001111011011110101000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7311; }

 p { color: rgb(189,115,17); }

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

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

 a { background-color: rgb(189,115,17); }

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

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

 span { border-color: rgb(189,115,17); }

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