Html Css Color HEX #BA7F9E Bouquet

📋 copy color: '#BA7F9E'

red 186 ◦ green 127 ◦ blue 158

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

Shades of Bouquet #BA7F9E

Tints of Bouquet #BA7F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 39.49%
G = 26.96%
B = 33.55%

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

#BA7F9E (or 0xBA7F9E) is known color: Bouquet. HEX triplet: BA, 7F and 9E. RGB value is (186,127,158). Sum of RGB (Red+Green+Blue) = 186+127+158=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F9E is #458061. Grayscale: #949494. Windows color (decimal): -4554850 or 10387386. OLE color: 10387386.

HSL color Cylindrical-coordinate representation of color #BA7F9E: hue angle of 328.47º 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 #BA7F9E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 158 -
CMYK 0 0.32 0.15 0.27
HSL 328.47º 0.3% 0.61% -
HSV(B) 328.47º 0.32% 0.73% -
XYZ 34.01 28.09 35.98 -
YUV 148.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 186 127 158 0 0.32 0.15 0.27 328.47 0.3 0.61
Hex BA 7F 9E 0 20 F 1B 148 1E 3D
Octal 272 177 236 0 40 17 33 510 36 75
Binary 10111010 1111111 10011110 0 100000 1111 11011 101001000 11110 111101

Color Harmonies of #BA7F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F9E

Black with #BA7F9E

Text Example


Text Example

White with #BA7F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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