#b56459

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

Shades of Sunglo #B56459

Tints of Sunglo #B56459

Color information

#B56459 (or 0xB56459) is unknown color: approx Sunglo. HEX triplet: B5, 64 and 59. RGB value is (181,100,89). Sum of RGB (Red+Green+Blue) = 181+100+89=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B56459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56459 is #4A9BA6. Grayscale: #7B7B7B. Windows color (decimal): -4889511 or 5858485. OLE color: 5858485.

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

Color convert

RGB18110089-
CMYK00.450.510.29
HSL7.17º38.33%52.94%-
HSV(B)7.17º50.83%70.98%-
XYZ25.4219.6611.91-
YUV122.96108.84169.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=48.92%
G=27.03%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811008900.450.510.297.1738.3352.94
HexB5645902D331D72635
Octal265144131055633574665
Binary1011010111001001011001010110111001111101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b56459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b56459; }

 p { color: rgb(181,100,89); }

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

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

 a { background-color: rgb(181,100,89); }

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

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

 span { border-color: rgb(181,100,89); }

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