#BA819B

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

Shades of Bouquet #BA819B

Tints of Bouquet #BA819B

Color information

#BA819B (or 0xBA819B) is unknown color: approx Bouquet. HEX triplet: BA, 81 and 9B. RGB value is (186,129,155). Sum of RGB (Red+Green+Blue) = 186+129+155=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA819B is #457E64. Grayscale: #949494. Windows color (decimal): -4554341 or 10191290. OLE color: 10191290.

HSL color Cylindrical-coordinate representation of color #BA819B: hue angle of 332.63º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA819B is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB186129155-
CMYK00.310.170.27
HSL332.63º29.23%61.76%-
HSV(B)332.63º30.65%72.94%-
XYZ34.0228.5134.72-
YUV149.01131.38154.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=39.57%
G=27.45%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612915500.310.170.27332.6329.2361.76
HexBA819B01F111B14d1d3e
Octal27220123303721335153576
Binary101110101000000110011011011111100011101110100110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA819B; }

 p { color: rgb(186,129,155); }

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

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

 a { background-color: rgb(186,129,155); }

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

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

 span { border-color: rgb(186,129,155); }

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