#B25905

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

Shades of Tenne (Tawny) #B25905

Tints of Tenne (Tawny) #B25905

Color information

#B25905 (or 0xB25905) is unknown color: approx Tenne (Tawny). HEX triplet: B2, 59 and 05. RGB value is (178,89,5). Sum of RGB (Red+Green+Blue) = 178+89+5=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B25905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25905 is #4DA6FA. Grayscale: #6A6A6A. Windows color (decimal): -5089019 or 350642. OLE color: 350642.

HSL color Cylindrical-coordinate representation of color #B25905: hue angle of 29.13º 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 #B25905 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB178895-
CMYK00.50.970.30
HSL29.13º94.54%35.88%-
HSV(B)29.13º97.19%69.8%-
XYZ21.9616.622.19-
YUV106.0470.99179.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 5 (2.34% from 255) = 1.84%
R=65.44%
G=32.72%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17889500.50.970.3029.1394.5435.88
HexB2595032611E1d5f24
Octal2621315062141363513744
Binary1011001010110011010110010110000111110111011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25905; }

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

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

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

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

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

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

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

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