#ba6165

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

Shades of Blush #BA6165

Tints of Blush #BA6165

Color information

#BA6165 (or 0xBA6165) is unknown color: approx Blush. HEX triplet: BA, 61 and 65. RGB value is (186,97,101). Sum of RGB (Red+Green+Blue) = 186+97+101=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6165 is #459E9A. Grayscale: #7C7C7C. Windows color (decimal): -4562587 or 6644154. OLE color: 6644154.

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

Color convert

RGB18697101-
CMYK00.480.460.27
HSL357.3º39.21%55.49%-
HSV(B)357.3º47.85%72.94%-
XYZ26.8719.9314.74-
YUV124.07114.99172.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=48.44%
G=25.26%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869710100.480.460.27357.339.2155.49
HexBA61650302E1B1652737
Octal27214114506056335454767
Binary1011101011000011100101011000010111011011101100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6165; }

 p { color: rgb(186,97,101); }

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

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

 a { background-color: rgb(186,97,101); }

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

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

 span { border-color: rgb(186,97,101); }

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