#BD5506

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

Shades of Tenne (Tawny) #BD5506

Tints of Tenne (Tawny) #BD5506

Color information

#BD5506 (or 0xBD5506) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 55 and 06. RGB value is (189,85,6). Sum of RGB (Red+Green+Blue) = 189+85+6=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5506 is #42AAF9. Grayscale: #6B6B6B. Windows color (decimal): -4369146 or 415165. OLE color: 415165.

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

Color convert

RGB189856-
CMYK00.550.970.26
HSL25.9º93.85%38.24%-
HSV(B)25.9º96.83%74.12%-
XYZ24.2717.332.24-
YUV107.0970.96186.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.5%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=67.5%
G=30.36%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18985600.550.970.2625.993.8538.24
HexBD556037611A1a5e26
Octal2751256067141323213646
Binary1011110110101011100110111110000111010110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5506; }

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

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

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

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

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

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

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

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