Html Css Color HEX #BA859F Bouquet

📋 copy color: '#BA859F'

red 186 ◦ green 133 ◦ blue 159

#BA859F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #BA859F

Tints of Bouquet #BA859F

RGB

 RED value IS 186 (73.05% from 255) = 38.91%

 GREEN value IS 133 (52.34% from 255) = 27.82%

 BLUE value IS 159 (62.5% from 255) = 33.26%

R = 38.91%
G = 27.82%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA859F (or 0xBA859F) is known color: Bouquet. HEX triplet: BA, 85 and 9F. RGB value is (186,133,159). Sum of RGB (Red+Green+Blue) = 186+133+159=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA859F is #457A60. Grayscale: #979797. Windows color (decimal): -4553313 or 10454458. OLE color: 10454458.

HSL color Cylindrical-coordinate representation of color #BA859F: hue angle of 330.57º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA859F is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 159 -
CMYK 0 0.28 0.15 0.27
HSL 330.57º 0.28% 0.63% -
HSV(B) 330.57º 0.28% 0.73% -
XYZ 34.9 29.72 36.7 -
YUV 151.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 186 133 159 0 0.28 0.15 0.27 330.57 0.28 0.63
Hex BA 85 9F 0 1C F 1B 14B 1C 3F
Octal 272 205 237 0 34 17 33 513 34 77
Binary 10111010 10000101 10011111 0 11100 1111 11011 101001011 11100 111111

Color Harmonies of #BA859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA859F

Black with #BA859F

Text Example


Text Example

White with #BA859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA859F; }

 p { color: rgb(186,133,159); }

 H1.HeaderClassName
 {
   color: #BA859F;
 }
 .AnyTagClassName
 {
   color: #BA859F;
 }
</style>

background-color css

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

 a { background-color: rgb(186,133,159); }

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

border-color css

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

 span { border-color: rgb(186,133,159); }

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