#B45C10

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

Shades of Tenne (Tawny) #B45C10

Tints of Tenne (Tawny) #B45C10

Color information

#B45C10 (or 0xB45C10) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 5C and 10. RGB value is (180,92,16). Sum of RGB (Red+Green+Blue) = 180+92+16=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45C10 is #4BA3EF. Grayscale: #6E6E6E. Windows color (decimal): -4957168 or 1072308. OLE color: 1072308.

HSL color Cylindrical-coordinate representation of color #B45C10: hue angle of 27.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B45C10 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1809216-
CMYK00.490.910.29
HSL27.8º83.67%38.43%-
HSV(B)27.8º91.11%70.59%-
XYZ22.7417.42.65-
YUV109.6575.15178.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.5%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 16 (6.64% from 255) = 5.56%
R=62.5%
G=31.94%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180921600.490.910.2927.883.6738.43
HexB45C100315B1D1c5426
Octal26413420061133353412446
Binary101101001011100100000110001101101111101111001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C10; }

 p { color: rgb(180,92,16); }

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

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

 a { background-color: rgb(180,92,16); }

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

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

 span { border-color: rgb(180,92,16); }

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