#BD5813

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

Shades of Tenne (Tawny) #BD5813

Tints of Tenne (Tawny) #BD5813

Color information

#BD5813 (or 0xBD5813) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 58 and 13. RGB value is (189,88,19). Sum of RGB (Red+Green+Blue) = 189+88+19=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5813 is #42A7EC. Grayscale: #6E6E6E. Windows color (decimal): -4368365 or 1267901. OLE color: 1267901.

HSL color Cylindrical-coordinate representation of color #BD5813: hue angle of 24.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD5813 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1898819-
CMYK00.530.900.26
HSL24.35º81.73%40.78%-
HSV(B)24.35º89.95%74.12%-
XYZ24.5917.852.76-
YUV110.3376.46184.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.85%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 19 (7.81% from 255) = 6.42%
R=63.85%
G=29.73%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189881900.530.900.2624.3581.7340.78
HexBD58130355A1A185229
Octal27513023065132323012251
Binary101111011011000100110110101101101011010110001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5813; }

 p { color: rgb(189,88,19); }

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

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

 a { background-color: rgb(189,88,19); }

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

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

 span { border-color: rgb(189,88,19); }

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