#B15A05

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

Shades of Tenne (Tawny) #B15A05

Tints of Tenne (Tawny) #B15A05

Color information

#B15A05 (or 0xB15A05) is unknown color: approx Tenne (Tawny). HEX triplet: B1, 5A and 05. RGB value is (177,90,5). Sum of RGB (Red+Green+Blue) = 177+90+5=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15A05 is #4EA5FA. Grayscale: #6A6A6A. Windows color (decimal): -5154299 or 350897. OLE color: 350897.

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

Color convert

RGB177905-
CMYK00.490.970.31
HSL29.65º94.51%35.69%-
HSV(B)29.65º97.18%69.41%-
XYZ21.8216.672.21-
YUV106.3270.82178.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.07%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 5 (2.34% from 255) = 1.84%
R=65.07%
G=33.09%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17790500.490.970.3129.6594.5135.69
HexB15A5031611F1e5f24
Octal2611325061141373613744
Binary1011000110110101010110001110000111111111101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A05; }

 p { color: rgb(177,90,5); }

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

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

 a { background-color: rgb(177,90,5); }

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

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

 span { border-color: rgb(177,90,5); }

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