#BA665C

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

Shades of Sunglo #BA665C

Tints of Sunglo #BA665C

Color information

#BA665C (or 0xBA665C) is unknown color: approx Sunglo. HEX triplet: BA, 66 and 5C. RGB value is (186,102,92). Sum of RGB (Red+Green+Blue) = 186+102+92=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA665C is #4599A3. Grayscale: #7E7E7E. Windows color (decimal): -4561316 or 6055610. OLE color: 6055610.

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

Color convert

RGB18610292-
CMYK00.450.510.27
HSL6.38º40.52%54.51%-
HSV(B)6.38º50.54%72.94%-
XYZ26.9320.7112.7-
YUV125.98108.83170.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=48.95%
G=26.84%
B=24.21%

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
Decimal1861029200.450.510.276.3840.5254.51
HexBA665C02D331B62937
Octal272146134055633365167
Binary1011101011001101011100010110111001111011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA665C; }

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

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

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

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

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

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

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

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