#BD6D0D

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

Shades of Ochre #BD6D0D

Tints of Ochre #BD6D0D

Color information

#BD6D0D (or 0xBD6D0D) is unknown color: approx Ochre. HEX triplet: BD, 6D and 0D. RGB value is (189,109,13). Sum of RGB (Red+Green+Blue) = 189+109+13=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6D0D is #4292F2. Grayscale: #7A7A7A. Windows color (decimal): -4362995 or 880061. OLE color: 880061.

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

Color convert

RGB18910913-
CMYK00.420.930.26
HSL32.73º87.13%39.61%-
HSV(B)32.73º93.12%74.12%-
XYZ26.5321.793.19-
YUV121.9866.5175.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.77%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 13 (5.47% from 255) = 4.18%
R=60.77%
G=35.05%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891091300.420.930.2632.7387.1339.61
HexBD6DD02A5D1A215728
Octal27515515052135324112750
Binary101111011101101110101010101011101110101000011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D0D; }

 p { color: rgb(189,109,13); }

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

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

 a { background-color: rgb(189,109,13); }

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

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

 span { border-color: rgb(189,109,13); }

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