#B46357

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

Shades of Sunglo #B46357

Tints of Sunglo #B46357

Color information

#B46357 (or 0xB46357) is unknown color: approx Sunglo. HEX triplet: B4, 63 and 57. RGB value is (180,99,87). Sum of RGB (Red+Green+Blue) = 180+99+87=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B46357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46357 is #4B9CA8. Grayscale: #797979. Windows color (decimal): -4955305 or 5727156. OLE color: 5727156.

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

Color convert

RGB1809987-
CMYK00.450.520.29
HSL7.74º38.27%52.35%-
HSV(B)7.74º51.67%70.59%-
XYZ2519.3211.43-
YUV121.85108.34169.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=49.18%
G=27.05%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180998700.450.520.297.7438.2752.35
HexB4635702D341D82634
Octal2641431270556435104664
Binary10110100110001110101110101101110100111011000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46357; }

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

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

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

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

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

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

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

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