#B45B0E

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

Shades of Tenne (Tawny) #B45B0E

Tints of Tenne (Tawny) #B45B0E

Color information

#B45B0E (or 0xB45B0E) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 5B and 0E. RGB value is (180,91,14). Sum of RGB (Red+Green+Blue) = 180+91+14=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45B0E is #4BA4F1. Grayscale: #6D6D6D. Windows color (decimal): -4957426 or 940980. OLE color: 940980.

HSL color Cylindrical-coordinate representation of color #B45B0E: hue angle of 27.83º degrees, saturation: 0.86, 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 #B45B0E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1809114-
CMYK00.490.920.29
HSL27.83º85.57%38.04%-
HSV(B)27.83º92.22%70.59%-
XYZ22.6417.222.55-
YUV108.8374.49178.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 14 (5.86% from 255) = 4.91%
R=63.16%
G=31.93%
B=4.91%

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
Decimal180911400.490.920.2927.8385.5738.04
HexB45BE0315C1D1c5626
Octal26413316061134353412646
Binary10110100101101111100110001101110011101111001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B0E; }

 p { color: rgb(180,91,14); }

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

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

 a { background-color: rgb(180,91,14); }

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

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

 span { border-color: rgb(180,91,14); }

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