Html Css Color HEX #BA7B9E Bouquet

📋 copy color: '#BA7B9E'

red 186 ◦ green 123 ◦ blue 158

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

Shades of Bouquet #BA7B9E

Tints of Bouquet #BA7B9E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

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

R = 39.83%
G = 26.34%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA7B9E (or 0xBA7B9E) is known color: Bouquet. HEX triplet: BA, 7B and 9E. RGB value is (186,123,158). Sum of RGB (Red+Green+Blue) = 186+123+158=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B9E is #458461. Grayscale: #919191. Windows color (decimal): -4555874 or 10386362. OLE color: 10386362.

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

Color convert

RGB 186 123 158 -
CMYK 0 0.34 0.15 0.27
HSL 326.67º 0.31% 0.61% -
HSV(B) 326.67º 0.34% 0.73% -
XYZ 33.5 27.07 35.81 -
YUV 145.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 186 123 158 0 0.34 0.15 0.27 326.67 0.31 0.61
Hex BA 7B 9E 0 22 F 1B 147 1F 3D
Octal 272 173 236 0 42 17 33 507 37 75
Binary 10111010 1111011 10011110 0 100010 1111 11011 101000111 11111 111101

Color Harmonies of #BA7B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B9E

Black with #BA7B9E

Text Example


Text Example

White with #BA7B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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