#BA665B

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

Shades of Sunglo #BA665B

Tints of Sunglo #BA665B

Color information

#BA665B (or 0xBA665B) is unknown color: approx Sunglo. HEX triplet: BA, 66 and 5B. RGB value is (186,102,91). Sum of RGB (Red+Green+Blue) = 186+102+91=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA665B is #4599A4. Grayscale: #7D7D7D. Windows color (decimal): -4561317 or 5990074. OLE color: 5990074.

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

Color convert

RGB18610291-
CMYK00.450.510.27
HSL6.95º40.77%54.31%-
HSV(B)6.95º51.08%72.94%-
XYZ26.8920.712.48-
YUV125.86108.33170.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=49.08%
G=26.91%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861029100.450.510.276.9540.7754.31
HexBA665B02D331B72936
Octal272146133055633375166
Binary1011101011001101011011010110111001111011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA665B; }

 p { color: rgb(186,102,91); }

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

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

 a { background-color: rgb(186,102,91); }

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

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

 span { border-color: rgb(186,102,91); }

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