#B15A03

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

Shades of Tenne (Tawny) #B15A03

Tints of Tenne (Tawny) #B15A03

Color information

#B15A03 (or 0xB15A03) is unknown color: approx Tenne (Tawny). HEX triplet: B1, 5A and 03. RGB value is (177,90,3). Sum of RGB (Red+Green+Blue) = 177+90+3=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15A03 is #4EA5FC. Grayscale: #6A6A6A. Windows color (decimal): -5154301 or 219825. OLE color: 219825.

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

Color convert

RGB177903-
CMYK00.490.980.31
HSL30º96.67%35.29%-
HSV(B)30º98.31%69.41%-
XYZ21.816.672.15-
YUV106.0969.82178.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=65.56%
G=33.33%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17790300.490.980.313096.6735.29
HexB15A3031621F1e6123
Octal2611323061142373614143
Binary101100011011010110110001110001011111111101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A03; }

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

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

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

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

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

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

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

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