#B45900

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

Shades of Tenne (Tawny) #B45900

Tints of Tenne (Tawny) #B45900

Color information

#B45900 (or 0xB45900) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 59 and 00. RGB value is (180,89,0). Sum of RGB (Red+Green+Blue) = 180+89+0=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B45900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45900 is #4BA6FF. Grayscale: #6A6A6A. Windows color (decimal): -4957952 or 22964. OLE color: 22964.

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

Color convert

RGB180890-
CMYK00.5110.29
HSL29.67º100%35.29%-
HSV(B)29.67º100%70.59%-
XYZ22.3916.852.07-
YUV106.0668.15180.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.91%
G=33.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18089000.5110.2929.6710035.29
HexB4590033641D1e6423
Octal2641310063144353614443
Binary10110100101100100110011110010011101111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45900; }

 p { color: rgb(180,89,0); }

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

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

 a { background-color: rgb(180,89,0); }

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

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

 span { border-color: rgb(180,89,0); }

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