#B5615C

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

Shades of Sunglo #B5615C

Tints of Sunglo #B5615C

Color information

#B5615C (or 0xB5615C) is unknown color: approx Sunglo. HEX triplet: B5, 61 and 5C. RGB value is (181,97,92). Sum of RGB (Red+Green+Blue) = 181+97+92=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5615C is #4A9EA3. Grayscale: #797979. Windows color (decimal): -4890276 or 6054325. OLE color: 6054325.

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

Color convert

RGB1819792-
CMYK00.460.490.29
HSL3.37º37.55%53.53%-
HSV(B)3.37º49.17%70.98%-
XYZ25.2619.1512.49-
YUV121.55111.33170.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=48.92%
G=26.22%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181979200.460.490.293.3737.5553.53
HexB5615C02E311D32636
Octal265141134056613534666
Binary101101011100001101110001011101100011110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5615C; }

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

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

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

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

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

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

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

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