#B46458

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

Shades of Sunglo #B46458

Tints of Sunglo #B46458

Color information

#B46458 (or 0xB46458) is unknown color: approx Sunglo. HEX triplet: B4, 64 and 58. RGB value is (180,100,88). Sum of RGB (Red+Green+Blue) = 180+100+88=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B46458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46458 is #4B9BA7. Grayscale: #7A7A7A. Windows color (decimal): -4955048 or 5792948. OLE color: 5792948.

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

Color convert

RGB18010088-
CMYK00.440.510.29
HSL7.83º38.02%52.55%-
HSV(B)7.83º51.11%70.59%-
XYZ25.1419.5211.68-
YUV122.55108.5168.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 88 (34.77% from 255) = 23.91%
R=48.91%
G=27.17%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801008800.440.510.297.8338.0252.55
HexB4645802C331D82635
Octal2641441300546335104665
Binary10110100110010010110000101100110011111011000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46458; }

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

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

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

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

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

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

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

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