#BD5606

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

Shades of Tenne (Tawny) #BD5606

Tints of Tenne (Tawny) #BD5606

Color information

#BD5606 (or 0xBD5606) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 56 and 06. RGB value is (189,86,6). Sum of RGB (Red+Green+Blue) = 189+86+6=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5606 is #42A9F9. Grayscale: #6C6C6C. Windows color (decimal): -4368890 or 415421. OLE color: 415421.

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

Color convert

RGB189866-
CMYK00.540.970.26
HSL26.23º93.85%38.24%-
HSV(B)26.23º96.83%74.12%-
XYZ24.3517.492.26-
YUV107.6870.62186-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.26%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=67.26%
G=30.60%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18986600.540.970.2626.2393.8538.24
HexBD566036611A1a5e26
Octal2751266066141323213646
Binary1011110110101101100110110110000111010110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5606; }

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

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

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

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

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

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

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

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