#B25805

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

Shades of Tenne (Tawny) #B25805

Tints of Tenne (Tawny) #B25805

Color information

#B25805 (or 0xB25805) is unknown color: approx Tenne (Tawny). HEX triplet: B2, 58 and 05. RGB value is (178,88,5). Sum of RGB (Red+Green+Blue) = 178+88+5=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B25805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25805 is #4DA7FA. Grayscale: #696969. Windows color (decimal): -5089275 or 350386. OLE color: 350386.

HSL color Cylindrical-coordinate representation of color #B25805: hue angle of 28.79º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B25805 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB178885-
CMYK00.510.970.30
HSL28.79º94.54%35.88%-
HSV(B)28.79º97.19%69.8%-
XYZ21.8816.462.17-
YUV105.4571.32179.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.68%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=65.68%
G=32.47%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17888500.510.970.3028.7994.5435.88
HexB2585033611E1d5f24
Octal2621305063141363513744
Binary1011001010110001010110011110000111110111011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25805; }

 p { color: rgb(178,88,5); }

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

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

 a { background-color: rgb(178,88,5); }

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

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

 span { border-color: rgb(178,88,5); }

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