Html Css Color HEX #BA7F9F Bouquet

📋 copy color: '#BA7F9F'

red 186 ◦ green 127 ◦ blue 159

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

Shades of Bouquet #BA7F9F

Tints of Bouquet #BA7F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 26.91%

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

R = 39.41%
G = 26.91%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA7F9F (or 0xBA7F9F) is known color: Bouquet. HEX triplet: BA, 7F and 9F. RGB value is (186,127,159). Sum of RGB (Red+Green+Blue) = 186+127+159=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F9F is #458060. Grayscale: #949494. Windows color (decimal): -4554849 or 10452922. OLE color: 10452922.

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

Color convert

RGB 186 127 159 -
CMYK 0 0.32 0.15 0.27
HSL 327.46º 0.3% 0.61% -
HSV(B) 327.46º 0.32% 0.73% -
XYZ 34.1 28.12 36.43 -
YUV 148.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 186 127 159 0 0.32 0.15 0.27 327.46 0.3 0.61
Hex BA 7F 9F 0 20 F 1B 147 1E 3D
Octal 272 177 237 0 40 17 33 507 36 75
Binary 10111010 1111111 10011111 0 100000 1111 11011 101000111 11110 111101

Color Harmonies of #BA7F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F9F

Black with #BA7F9F

Text Example


Text Example

White with #BA7F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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