Html Css Color HEX #BA7C9B Bouquet

📋 copy color: '#BA7C9B'

red 186 ◦ green 124 ◦ blue 155

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

Shades of Bouquet #BA7C9B

Tints of Bouquet #BA7C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 40%
G = 26.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA7C9B (or 0xBA7C9B) is known color: Bouquet. HEX triplet: BA, 7C and 9B. RGB value is (186,124,155). Sum of RGB (Red+Green+Blue) = 186+124+155=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C9B is #458364. Grayscale: #929292. Windows color (decimal): -4555621 or 10190010. OLE color: 10190010.

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

Color convert

RGB 186 124 155 -
CMYK 0 0.33 0.17 0.27
HSL 330º 0.31% 0.61% -
HSV(B) 330º 0.33% 0.73% -
XYZ 33.37 27.22 34.51 -
YUV 146.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 186 124 155 0 0.33 0.17 0.27 330 0.31 0.61
Hex BA 7C 9B 0 21 11 1B 14A 1F 3D
Octal 272 174 233 0 41 21 33 512 37 75
Binary 10111010 1111100 10011011 0 100001 10001 11011 101001010 11111 111101

Color Harmonies of #BA7C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C9B

Black with #BA7C9B

Text Example


Text Example

White with #BA7C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C9B; }

 p { color: rgb(186,124,155); }

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

background-color css

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

 a { background-color: rgb(186,124,155); }

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

border-color css

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

 span { border-color: rgb(186,124,155); }

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