#BD5403

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

Shades of Tenne (Tawny) #BD5403

Tints of Tenne (Tawny) #BD5403

Color information

#BD5403 (or 0xBD5403) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 54 and 03. RGB value is (189,84,3). Sum of RGB (Red+Green+Blue) = 189+84+3=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5403 is #42ABFC. Grayscale: #6A6A6A. Windows color (decimal): -4369405 or 218301. OLE color: 218301.

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

Color convert

RGB189843-
CMYK00.560.980.26
HSL26.13º96.88%37.65%-
HSV(B)26.13º98.41%74.12%-
XYZ24.1717.172.13-
YUV106.1669.79187.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.48%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=68.48%
G=30.43%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18984300.560.980.2626.1396.8837.65
HexBD543038621A1a6126
Octal2751243070142323214146
Binary101111011010100110111000110001011010110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5403; }

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

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

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

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

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

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

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

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