#BD5304

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

Shades of Tenne (Tawny) #BD5304

Tints of Tenne (Tawny) #BD5304

Color information

#BD5304 (or 0xBD5304) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 53 and 04. RGB value is (189,83,4). Sum of RGB (Red+Green+Blue) = 189+83+4=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5304 is #42ACFB. Grayscale: #6A6A6A. Windows color (decimal): -4369660 or 283581. OLE color: 283581.

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

Color convert

RGB189834-
CMYK00.560.980.26
HSL25.62º95.85%37.84%-
HSV(B)25.62º97.88%74.12%-
XYZ24.117.012.13-
YUV105.6970.62187.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.48%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=68.48%
G=30.07%
B=1.45%

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
Decimal18983400.560.980.2625.6295.8537.84
HexBD534038621A1a6026
Octal2751234070142323214046
Binary1011110110100111000111000110001011010110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5304; }

 p { color: rgb(189,83,4); }

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

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

 a { background-color: rgb(189,83,4); }

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

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

 span { border-color: rgb(189,83,4); }

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