#B46057

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

Shades of Sunglo #B46057

Tints of Sunglo #B46057

Color information

#B46057 (or 0xB46057) is unknown color: approx Sunglo. HEX triplet: B4, 60 and 57. RGB value is (180,96,87). Sum of RGB (Red+Green+Blue) = 180+96+87=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B46057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46057 is #4B9FA8. Grayscale: #787878. Windows color (decimal): -4956073 or 5726388. OLE color: 5726388.

HSL color Cylindrical-coordinate representation of color #B46057: hue angle of 5.81º 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 #B46057 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1809687-
CMYK00.470.520.29
HSL5.81º38.27%52.35%-
HSV(B)5.81º51.67%70.59%-
XYZ24.7318.7611.33-
YUV120.09109.33170.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=49.59%
G=26.45%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180968700.470.520.295.8138.2752.35
HexB4605702F341D62634
Octal264140127057643564664
Binary1011010011000001010111010111111010011101110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46057; }

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

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

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

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

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

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

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

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