#B25D05

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

Shades of Tenne (Tawny) #B25D05

Tints of Tenne (Tawny) #B25D05

Color information

#B25D05 (or 0xB25D05) is unknown color: approx Tenne (Tawny). HEX triplet: B2, 5D and 05. RGB value is (178,93,5). Sum of RGB (Red+Green+Blue) = 178+93+5=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25D05 is #4DA2FA. Grayscale: #6C6C6C. Windows color (decimal): -5087995 or 351666. OLE color: 351666.

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

Color convert

RGB178935-
CMYK00.480.970.30
HSL30.52º94.54%35.88%-
HSV(B)30.52º97.19%69.8%-
XYZ22.317.32.31-
YUV108.3869.66177.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.49%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=64.49%
G=33.70%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17893500.480.970.3030.5294.5435.88
HexB25D5030611E1f5f24
Octal2621355060141363713744
Binary1011001010111011010110000110000111110111111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D05; }

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

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

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

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

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

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

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

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