#BA809B

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

Shades of Bouquet #BA809B

Tints of Bouquet #BA809B

Color information

#BA809B (or 0xBA809B) is unknown color: approx Bouquet. HEX triplet: BA, 80 and 9B. RGB value is (186,128,155). Sum of RGB (Red+Green+Blue) = 186+128+155=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA809B is #457F64. Grayscale: #949494. Windows color (decimal): -4554597 or 10191034. OLE color: 10191034.

HSL color Cylindrical-coordinate representation of color #BA809B: hue angle of 332.07º degrees, saturation: 0.3, 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 #BA809B is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB186128155-
CMYK00.310.170.27
HSL332.07º29.59%61.57%-
HSV(B)332.07º31.18%72.94%-
XYZ33.8928.2434.68-
YUV148.42131.72154.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=39.66%
G=27.29%
B=33.05%

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
Decimal18612815500.310.170.27332.0729.5961.57
HexBA809B01F111B14c1e3e
Octal27220023303721335143676
Binary101110101000000010011011011111100011101110100110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA809B; }

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

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

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

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

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

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

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

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