#b46359

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

Shades of Sunglo #B46359

Tints of Sunglo #B46359

Color information

#B46359 (or 0xB46359) is unknown color: approx Sunglo. HEX triplet: B4, 63 and 59. RGB value is (180,99,89). Sum of RGB (Red+Green+Blue) = 180+99+89=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B46359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46359 is #4B9CA6. Grayscale: #7A7A7A. Windows color (decimal): -4955303 or 5858228. OLE color: 5858228.

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

Color convert

RGB1809989-
CMYK00.450.510.29
HSL6.59º37.76%52.75%-
HSV(B)6.59º50.56%70.59%-
XYZ25.0919.3511.86-
YUV122.08109.34169.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=48.91%
G=26.90%
B=24.18%

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
Decimal180998900.450.510.296.5937.7652.75
HexB4635902D331D72635
Octal264143131055633574665
Binary1011010011000111011001010110111001111101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46359; }

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

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

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

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

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

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

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

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