#BD6C06

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

Shades of Tenne (Tawny) #BD6C06

Tints of Tenne (Tawny) #BD6C06

Color information

#BD6C06 (or 0xBD6C06) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 6C and 06. RGB value is (189,108,6). Sum of RGB (Red+Green+Blue) = 189+108+6=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6C06 is #4293F9. Grayscale: #797979. Windows color (decimal): -4363258 or 421053. OLE color: 421053.

HSL color Cylindrical-coordinate representation of color #BD6C06: hue angle of 33.44º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD6C06 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1891086-
CMYK00.430.970.26
HSL33.44º93.85%38.24%-
HSV(B)33.44º96.83%74.12%-
XYZ26.3821.562.94-
YUV120.5963.34176.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=62.38%
G=35.64%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189108600.430.970.2633.4493.8538.24
HexBD6C602B611A215e26
Octal2751546053141324113646
Binary10111101110110011001010111100001110101000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6C06; }

 p { color: rgb(189,108,6); }

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

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

 a { background-color: rgb(189,108,6); }

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

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

 span { border-color: rgb(189,108,6); }

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