#BD5A03

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

Shades of Tenne (Tawny) #BD5A03

Tints of Tenne (Tawny) #BD5A03

Color information

#BD5A03 (or 0xBD5A03) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 5A and 03. RGB value is (189,90,3). Sum of RGB (Red+Green+Blue) = 189+90+3=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5A03 is #42A5FC. Grayscale: #6E6E6E. Windows color (decimal): -4367869 or 219837. OLE color: 219837.

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

Color convert

RGB189903-
CMYK00.520.980.26
HSL28.06º96.88%37.65%-
HSV(B)28.06º98.41%74.12%-
XYZ24.6618.142.29-
YUV109.6867.8184.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 3 (1.56% from 255) = 1.06%
R=67.02%
G=31.91%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18990300.520.980.2628.0696.8837.65
HexBD5A3034621A1c6126
Octal2751323064142323414146
Binary101111011011010110110100110001011010111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5A03; }

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

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

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

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

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

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

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

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