#BA625E

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

Shades of Sunglo #BA625E

Tints of Sunglo #BA625E

Color information

#BA625E (or 0xBA625E) is unknown color: approx Sunglo. HEX triplet: BA, 62 and 5E. RGB value is (186,98,94). Sum of RGB (Red+Green+Blue) = 186+98+94=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA625E is #459DA1. Grayscale: #7B7B7B. Windows color (decimal): -4562338 or 6185658. OLE color: 6185658.

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

Color convert

RGB1869894-
CMYK00.470.490.27
HSL2.61º40%54.9%-
HSV(B)2.61º49.46%72.94%-
XYZ26.6419.9813.04-
YUV123.86111.15172.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 98 (38.67% from 255) = 25.93%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=49.21%
G=25.93%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186989400.470.490.272.614054.9
HexBA625E02F311B32837
Octal272142136057613335067
Binary101110101100010101111001011111100011101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA625E; }

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

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

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

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

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

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

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

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