#B45C0F

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

Shades of Tenne (Tawny) #B45C0F

Tints of Tenne (Tawny) #B45C0F

Color information

#B45C0F (or 0xB45C0F) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 5C and 0F. RGB value is (180,92,15). Sum of RGB (Red+Green+Blue) = 180+92+15=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45C0F is #4BA3F0. Grayscale: #6D6D6D. Windows color (decimal): -4957169 or 1006772. OLE color: 1006772.

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

Color convert

RGB1809215-
CMYK00.490.920.29
HSL28º84.62%38.24%-
HSV(B)28º91.67%70.59%-
XYZ22.7417.392.61-
YUV109.5374.65178.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 15 (6.25% from 255) = 5.23%
R=62.72%
G=32.06%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180921500.490.920.292884.6238.24
HexB45CF0315C1D1c5526
Octal26413417061134353412546
Binary10110100101110011110110001101110011101111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C0F; }

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

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

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

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

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

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

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

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