#BA6259

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

Shades of Sunglo #BA6259

Tints of Sunglo #BA6259

Color information

#BA6259 (or 0xBA6259) is unknown color: approx Sunglo. HEX triplet: BA, 62 and 59. RGB value is (186,98,89). Sum of RGB (Red+Green+Blue) = 186+98+89=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6259 is #459DA6. Grayscale: #7B7B7B. Windows color (decimal): -4562343 or 5857978. OLE color: 5857978.

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

Color convert

RGB1869889-
CMYK00.470.520.27
HSL5.57º41.28%53.92%-
HSV(B)5.57º52.15%72.94%-
XYZ26.4219.911.9-
YUV123.29108.65172.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=49.87%
G=26.27%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186988900.470.520.275.5741.2853.92
HexBA625902F341B62936
Octal272142131057643365166
Binary1011101011000101011001010111111010011011110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6259; }

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

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

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

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

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

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

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

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