#B45501

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

Shades of Tenne (Tawny) #B45501

Tints of Tenne (Tawny) #B45501

Color information

#B45501 (or 0xB45501) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 55 and 01. RGB value is (180,85,1). Sum of RGB (Red+Green+Blue) = 180+85+1=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B45501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45501 is #4BAAFE. Grayscale: #686868. Windows color (decimal): -4958975 or 87476. OLE color: 87476.

HSL color Cylindrical-coordinate representation of color #B45501: hue angle of 28.16º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B45501 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB180851-
CMYK00.530.990.29
HSL28.16º98.9%35.49%-
HSV(B)28.16º99.44%70.59%-
XYZ22.0816.21.99-
YUV103.8369.97182.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.67%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=67.67%
G=31.95%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18085100.530.990.2928.1698.935.49
HexB4551035631D1c6323
Octal2641251065143353414343
Binary10110100101010110110101110001111101111001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45501; }

 p { color: rgb(180,85,1); }

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

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

 a { background-color: rgb(180,85,1); }

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

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

 span { border-color: rgb(180,85,1); }

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