#B45A00

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

Shades of Tenne (Tawny) #B45A00

Tints of Tenne (Tawny) #B45A00

Color information

#B45A00 (or 0xB45A00) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 5A and 00. RGB value is (180,90,0). Sum of RGB (Red+Green+Blue) = 180+90+0=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A00 is #4BA5FF. Grayscale: #6B6B6B. Windows color (decimal): -4957696 or 23220. OLE color: 23220.

HSL color Cylindrical-coordinate representation of color #B45A00: hue angle of 30º 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 #B45A00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB180900-
CMYK00.5010.29
HSL30º100%35.29%-
HSV(B)30º100%70.59%-
XYZ22.4817.022.1-
YUV106.6567.82180.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18090000.5010.293010035.29
HexB45A0032641D1e6423
Octal2641320062144353614443
Binary10110100101101000110010110010011101111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A00; }

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

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

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

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

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

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

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

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