#B45A0B

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

Shades of Tenne (Tawny) #B45A0B

Tints of Tenne (Tawny) #B45A0B

Color information

#B45A0B (or 0xB45A0B) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 5A and 0B. RGB value is (180,90,11). Sum of RGB (Red+Green+Blue) = 180+90+11=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A0B is #4BA5F4. Grayscale: #6C6C6C. Windows color (decimal): -4957685 or 744116. OLE color: 744116.

HSL color Cylindrical-coordinate representation of color #B45A0B: hue angle of 28.05º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B45A0B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB1809011-
CMYK00.500.940.29
HSL28.05º88.48%37.45%-
HSV(B)28.05º93.89%70.59%-
XYZ22.5417.042.42-
YUV107.973.32179.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 11 (4.69% from 255) = 3.91%
R=64.06%
G=32.03%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180901100.500.940.2928.0588.4837.45
HexB45AB0325E1D1c5825
Octal26413213062136353413045
Binary10110100101101010110110010101111011101111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A0B; }

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

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

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

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

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

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

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

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