#BA615C

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

Shades of Sunglo #BA615C

Tints of Sunglo #BA615C

Color information

#BA615C (or 0xBA615C) is unknown color: approx Sunglo. HEX triplet: BA, 61 and 5C. RGB value is (186,97,92). Sum of RGB (Red+Green+Blue) = 186+97+92=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA615C is #459EA3. Grayscale: #7B7B7B. Windows color (decimal): -4562596 or 6054330. OLE color: 6054330.

HSL color Cylindrical-coordinate representation of color #BA615C: hue angle of 3.19º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA615C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1869792-
CMYK00.480.510.27
HSL3.19º40.52%54.51%-
HSV(B)3.19º50.54%72.94%-
XYZ26.4619.7612.55-
YUV123.04110.49172.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=49.6%
G=25.87%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186979200.480.510.273.1940.5254.51
HexBA615C030331B32937
Octal272141134060633335167
Binary101110101100001101110001100001100111101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA615C; }

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

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

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

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

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

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

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

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