Html Css Color HEX #BA7D9E Bouquet

📋 copy color: '#BA7D9E'

red 186 ◦ green 125 ◦ blue 158

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

Shades of Bouquet #BA7D9E

Tints of Bouquet #BA7D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

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

R = 39.66%
G = 26.65%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA7D9E (or 0xBA7D9E) is known color: Bouquet. HEX triplet: BA, 7D and 9E. RGB value is (186,125,158). Sum of RGB (Red+Green+Blue) = 186+125+158=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D9E is #458261. Grayscale: #929292. Windows color (decimal): -4555362 or 10386874. OLE color: 10386874.

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

Color convert

RGB 186 125 158 -
CMYK 0 0.33 0.15 0.27
HSL 327.54º 0.31% 0.61% -
HSV(B) 327.54º 0.33% 0.73% -
XYZ 33.75 27.57 35.89 -
YUV 147 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 186 125 158 0 0.33 0.15 0.27 327.54 0.31 0.61
Hex BA 7D 9E 0 21 F 1B 148 1F 3D
Octal 272 175 236 0 41 17 33 510 37 75
Binary 10111010 1111101 10011110 0 100001 1111 11011 101001000 11111 111101

Color Harmonies of #BA7D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D9E

Black with #BA7D9E

Text Example


Text Example

White with #BA7D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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