#BD5902

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

Shades of Tenne (Tawny) #BD5902

Tints of Tenne (Tawny) #BD5902

Color information

#BD5902 (or 0xBD5902) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 59 and 02. RGB value is (189,89,2). Sum of RGB (Red+Green+Blue) = 189+89+2=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5902 is #42A6FD. Grayscale: #6D6D6D. Windows color (decimal): -4368126 or 154045. OLE color: 154045.

HSL color Cylindrical-coordinate representation of color #BD5902: hue angle of 27.91º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD5902 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB189892-
CMYK00.530.990.26
HSL27.91º97.91%37.45%-
HSV(B)27.91º98.94%74.12%-
XYZ24.5717.972.23-
YUV108.9867.63185.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.5%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=67.5%
G=31.79%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18989200.530.990.2627.9197.9137.45
HexBD592035631A1c6225
Octal2751312065143323414245
Binary101111011011001100110101110001111010111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5902; }

 p { color: rgb(189,89,2); }

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

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

 a { background-color: rgb(189,89,2); }

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

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

 span { border-color: rgb(189,89,2); }

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