#BA6367

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

Shades of Blush #BA6367

Tints of Blush #BA6367

Color information

#BA6367 (or 0xBA6367) is unknown color: approx Blush. HEX triplet: BA, 63 and 67. RGB value is (186,99,103). Sum of RGB (Red+Green+Blue) = 186+99+103=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6367 is #459C98. Grayscale: #7D7D7D. Windows color (decimal): -4562073 or 6775738. OLE color: 6775738.

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

Color convert

RGB18699103-
CMYK00.470.450.27
HSL357.24º38.67%55.88%-
HSV(B)357.24º46.77%72.94%-
XYZ27.1620.3415.33-
YUV125.47115.32171.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=47.94%
G=25.52%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869910300.470.450.27357.2438.6755.88
HexBA636702F2D1B1652738
Octal27214314705755335454770
Binary1011101011000111100111010111110110111011101100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6367; }

 p { color: rgb(186,99,103); }

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

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

 a { background-color: rgb(186,99,103); }

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

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

 span { border-color: rgb(186,99,103); }

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