#BD6F15

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

Shades of Ochre #BD6F15

Tints of Ochre #BD6F15

Color information

#BD6F15 (or 0xBD6F15) is unknown color: approx Ochre. HEX triplet: BD, 6F and 15. RGB value is (189,111,21). Sum of RGB (Red+Green+Blue) = 189+111+21=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6F15 is #4290EA. Grayscale: #7C7C7C. Windows color (decimal): -4362475 or 1404861. OLE color: 1404861.

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

Color convert

RGB18911121-
CMYK00.410.890.26
HSL32.14º80%41.18%-
HSV(B)32.14º88.89%74.12%-
XYZ26.8122.243.59-
YUV124.0669.84174.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=58.88%
G=34.58%
B=6.54%

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
Decimal1891112100.410.890.2632.148041.18
HexBD6F15029591A205029
Octal27515725051131324012051
Binary1011110111011111010101010011011001110101000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6F15; }

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

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

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

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

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

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

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

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