#B46157

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

Shades of Sunglo #B46157

Tints of Sunglo #B46157

Color information

#B46157 (or 0xB46157) is unknown color: approx Sunglo. HEX triplet: B4, 61 and 57. RGB value is (180,97,87). Sum of RGB (Red+Green+Blue) = 180+97+87=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B46157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46157 is #4B9EA8. Grayscale: #787878. Windows color (decimal): -4955817 or 5726644. OLE color: 5726644.

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

Color convert

RGB1809787-
CMYK00.460.520.29
HSL6.45º38.27%52.35%-
HSV(B)6.45º51.67%70.59%-
XYZ24.8218.9411.36-
YUV120.68109170.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=49.45%
G=26.65%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180978700.460.520.296.4538.2752.35
HexB4615702E341D62634
Octal264141127056643564664
Binary1011010011000011010111010111011010011101110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46157; }

 p { color: rgb(180,97,87); }

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

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

 a { background-color: rgb(180,97,87); }

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

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

 span { border-color: rgb(180,97,87); }

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