#BD5903

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

Shades of Tenne (Tawny) #BD5903

Tints of Tenne (Tawny) #BD5903

Color information

#BD5903 (or 0xBD5903) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 59 and 03. RGB value is (189,89,3). Sum of RGB (Red+Green+Blue) = 189+89+3=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5903 is #42A6FC. Grayscale: #6D6D6D. Windows color (decimal): -4368125 or 219581. OLE color: 219581.

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

Color convert

RGB189893-
CMYK00.530.980.26
HSL27.74º96.88%37.65%-
HSV(B)27.74º98.41%74.12%-
XYZ24.5817.972.26-
YUV109.168.13184.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.26%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=67.26%
G=31.67%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18989300.530.980.2627.7496.8837.65
HexBD593035621A1c6126
Octal2751313065142323414146
Binary101111011011001110110101110001011010111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5903; }

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

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

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

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

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

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

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

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