#b6615c

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

Shades of Sunglo #B6615C

Tints of Sunglo #B6615C

Color information

#B6615C (or 0xB6615C) is unknown color: approx Sunglo. HEX triplet: B6, 61 and 5C. RGB value is (182,97,92). Sum of RGB (Red+Green+Blue) = 182+97+92=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6615C is #499EA3. Grayscale: #797979. Windows color (decimal): -4824740 or 6054326. OLE color: 6054326.

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

Color convert

RGB1829792-
CMYK00.470.490.29
HSL3.33º38.14%53.73%-
HSV(B)3.33º49.45%71.37%-
XYZ25.519.2712.5-
YUV121.84111.16170.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=49.06%
G=26.15%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182979200.470.490.293.3338.1453.73
HexB6615C02F311D32636
Octal266141134057613534666
Binary101101101100001101110001011111100011110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6615c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6615c; }

 p { color: rgb(182,97,92); }

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

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

 a { background-color: rgb(182,97,92); }

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

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

 span { border-color: rgb(182,97,92); }

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