#BA615E

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

Shades of Sunglo #BA615E

Tints of Sunglo #BA615E

Color information

#BA615E (or 0xBA615E) is unknown color: approx Sunglo. HEX triplet: BA, 61 and 5E. RGB value is (186,97,94). Sum of RGB (Red+Green+Blue) = 186+97+94=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA615E is #459EA1. Grayscale: #7B7B7B. Windows color (decimal): -4562594 or 6185402. OLE color: 6185402.

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

Color convert

RGB1869794-
CMYK00.480.490.27
HSL1.96º40%54.9%-
HSV(B)1.96º49.46%72.94%-
XYZ26.5419.813.01-
YUV123.27111.49172.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=49.34%
G=25.73%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186979400.480.490.271.964054.9
HexBA615E030311B22837
Octal272141136060613325067
Binary101110101100001101111001100001100011101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA615E; }

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

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

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

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

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

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

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

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