Html Css Color HEX #BA7B9A Bouquet

📋 copy color: '#BA7B9A'

red 186 ◦ green 123 ◦ blue 154

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

Shades of Bouquet #BA7B9A

Tints of Bouquet #BA7B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 40.17%
G = 26.57%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA7B9A (or 0xBA7B9A) is known color: Bouquet. HEX triplet: BA, 7B and 9A. RGB value is (186,123,154). Sum of RGB (Red+Green+Blue) = 186+123+154=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B9A is #458465. Grayscale: #919191. Windows color (decimal): -4555878 or 10124218. OLE color: 10124218.

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

Color convert

RGB 186 123 154 -
CMYK 0 0.34 0.17 0.27
HSL 330.48º 0.31% 0.61% -
HSV(B) 330.48º 0.34% 0.73% -
XYZ 33.17 26.94 34.02 -
YUV 145.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 186 123 154 0 0.34 0.17 0.27 330.48 0.31 0.61
Hex BA 7B 9A 0 22 11 1B 14A 1F 3D
Octal 272 173 232 0 42 21 33 512 37 75
Binary 10111010 1111011 10011010 0 100010 10001 11011 101001010 11111 111101

Color Harmonies of #BA7B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B9A

Black with #BA7B9A

Text Example


Text Example

White with #BA7B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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