#BA6254

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

Shades of Sunglo #BA6254

Tints of Sunglo #BA6254

Color information

#BA6254 (or 0xBA6254) is unknown color: approx Sunglo. HEX triplet: BA, 62 and 54. RGB value is (186,98,84). Sum of RGB (Red+Green+Blue) = 186+98+84=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6254 is #459DAB. Grayscale: #7A7A7A. Windows color (decimal): -4562348 or 5530298. OLE color: 5530298.

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

Color convert

RGB1869884-
CMYK00.470.550.27
HSL8.24º42.5%52.94%-
HSV(B)8.24º54.84%72.94%-
XYZ26.2219.8110.83-
YUV122.72106.15173.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=50.54%
G=26.63%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186988400.470.550.278.2442.552.94
HexBA625402F371B82a35
Octal2721421240576733105265
Binary10111010110001010101000101111110111110111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6254; }

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

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

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

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

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

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

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

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