#B46158

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

Shades of Sunglo #B46158

Tints of Sunglo #B46158

Color information

#B46158 (or 0xB46158) is unknown color: approx Sunglo. HEX triplet: B4, 61 and 58. RGB value is (180,97,88). Sum of RGB (Red+Green+Blue) = 180+97+88=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B46158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46158 is #4B9EA7. Grayscale: #787878. Windows color (decimal): -4955816 or 5792180. OLE color: 5792180.

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

Color convert

RGB1809788-
CMYK00.460.510.29
HSL5.87º38.02%52.55%-
HSV(B)5.87º51.11%70.59%-
XYZ24.8618.9611.58-
YUV120.79109.5170.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=49.32%
G=26.58%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180978800.460.510.295.8738.0252.55
HexB4615802E331D62635
Octal264141130056633564665
Binary1011010011000011011000010111011001111101110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46158; }

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

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

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

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

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

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

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

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