Html Css Color HEX #BA7CA0 Bouquet

📋 copy color: '#BA7CA0'

red 186 ◦ green 124 ◦ blue 160

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

Shades of Bouquet #BA7CA0

Tints of Bouquet #BA7CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 39.57%
G = 26.38%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA7CA0 (or 0xBA7CA0) is known color: Bouquet. HEX triplet: BA, 7C and A0. RGB value is (186,124,160). Sum of RGB (Red+Green+Blue) = 186+124+160=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7CA0 is #45835F. Grayscale: #929292. Windows color (decimal): -4555616 or 10517690. OLE color: 10517690.

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

Color convert

RGB 186 124 160 -
CMYK 0 0.33 0.14 0.27
HSL 325.16º 0.31% 0.61% -
HSV(B) 325.16º 0.33% 0.73% -
XYZ 33.8 27.39 36.76 -
YUV 146.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 186 124 160 0 0.33 0.14 0.27 325.16 0.31 0.61
Hex BA 7C A0 0 21 E 1B 145 1F 3D
Octal 272 174 240 0 41 16 33 505 37 75
Binary 10111010 1111100 10100000 0 100001 1110 11011 101000101 11111 111101

Color Harmonies of #BA7CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CA0

Black with #BA7CA0

Text Example


Text Example

White with #BA7CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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