Html Css Color HEX #BA769A Bouquet

📋 copy color: '#BA769A'

red 186 ◦ green 118 ◦ blue 154

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

Shades of Bouquet #BA769A

Tints of Bouquet #BA769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

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

R = 40.61%
G = 25.76%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA769A (or 0xBA769A) is known color: Bouquet. HEX triplet: BA, 76 and 9A. RGB value is (186,118,154). Sum of RGB (Red+Green+Blue) = 186+118+154=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA769A is #458965. Grayscale: #8E8E8E. Windows color (decimal): -4557158 or 10122938. OLE color: 10122938.

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

Color convert

RGB 186 118 154 -
CMYK 0 0.37 0.17 0.27
HSL 328.24º 0.33% 0.6% -
HSV(B) 328.24º 0.37% 0.73% -
XYZ 32.56 25.73 33.82 -
YUV 142.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 186 118 154 0 0.37 0.17 0.27 328.24 0.33 0.6
Hex BA 76 9A 0 25 11 1B 148 21 3C
Octal 272 166 232 0 45 21 33 510 41 74
Binary 10111010 1110110 10011010 0 100101 10001 11011 101001000 100001 111100

Color Harmonies of #BA769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA769A

Black with #BA769A

Text Example


Text Example

White with #BA769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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