#BA6A55

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

Shades of Sunglo #BA6A55

Tints of Sunglo #BA6A55

Color information

#BA6A55 (or 0xBA6A55) is unknown color: approx Sunglo. HEX triplet: BA, 6A and 55. RGB value is (186,106,85). Sum of RGB (Red+Green+Blue) = 186+106+85=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A55 is #4595AA. Grayscale: #7F7F7F. Windows color (decimal): -4560299 or 5597882. OLE color: 5597882.

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

Color convert

RGB18610685-
CMYK00.430.540.27
HSL12.48º42.26%53.14%-
HSV(B)12.48º54.3%72.94%-
XYZ27.0421.411.3-
YUV127.53104169.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=49.34%
G=28.12%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861068500.430.540.2712.4842.2653.14
HexBA6A5502B361Bc2a35
Octal2721521250536633145265
Binary10111010110101010101010101011110110110111100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A55; }

 p { color: rgb(186,106,85); }

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

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

 a { background-color: rgb(186,106,85); }

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

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

 span { border-color: rgb(186,106,85); }

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