#B25E05

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

Shades of Tenne (Tawny) #B25E05

Tints of Tenne (Tawny) #B25E05

Color information

#B25E05 (or 0xB25E05) is unknown color: approx Tenne (Tawny). HEX triplet: B2, 5E and 05. RGB value is (178,94,5). Sum of RGB (Red+Green+Blue) = 178+94+5=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E05 is #4DA1FA. Grayscale: #6D6D6D. Windows color (decimal): -5087739 or 351922. OLE color: 351922.

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

Color convert

RGB178945-
CMYK00.470.970.30
HSL30.87º94.54%35.88%-
HSV(B)30.87º97.19%69.8%-
XYZ22.3917.482.34-
YUV108.9769.33177.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.26%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=64.26%
G=33.94%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17894500.470.970.3030.8794.5435.88
HexB25E502F611E1f5f24
Octal2621365057141363713744
Binary1011001010111101010101111110000111110111111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E05; }

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

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

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

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

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

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

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

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