Html Css Color HEX #BA709B Bouquet

📋 copy color: '#BA709B'

red 186 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #BA709B

Tints of Bouquet #BA709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

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

R = 41.06%
G = 24.72%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA709B (or 0xBA709B) is known color: Bouquet. HEX triplet: BA, 70 and 9B. RGB value is (186,112,155). Sum of RGB (Red+Green+Blue) = 186+112+155=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA709B is #458F64. Grayscale: #8A8A8A. Windows color (decimal): -4558693 or 10186938. OLE color: 10186938.

HSL color Cylindrical-coordinate representation of color #BA709B: hue angle of 325.14º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA709B is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 155 -
CMYK 0 0.40 0.17 0.27
HSL 325.14º 0.35% 0.58% -
HSV(B) 325.14º 0.4% 0.73% -
XYZ 31.96 24.39 34.03 -
YUV 139.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 186 112 155 0 0.40 0.17 0.27 325.14 0.35 0.58
Hex BA 70 9B 0 28 11 1B 145 23 3A
Octal 272 160 233 0 50 21 33 505 43 72
Binary 10111010 1110000 10011011 0 101000 10001 11011 101000101 100011 111010

Color Harmonies of #BA709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA709B

Black with #BA709B

Text Example


Text Example

White with #BA709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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