Html Css Color HEX #BA7DA2 Bouquet

📋 copy color: '#BA7DA2'

red 186 ◦ green 125 ◦ blue 162

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

Shades of Bouquet #BA7DA2

Tints of Bouquet #BA7DA2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.43%

 BLUE value IS 162 (63.67% from 255) = 34.25%

R = 39.32%
G = 26.43%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA7DA2 (or 0xBA7DA2) is known color: Bouquet. HEX triplet: BA, 7D and A2. RGB value is (186,125,162). Sum of RGB (Red+Green+Blue) = 186+125+162=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DA2 is #45825D. Grayscale: #939393. Windows color (decimal): -4555358 or 10649018. OLE color: 10649018.

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

Color convert

RGB 186 125 162 -
CMYK 0 0.33 0.13 0.27
HSL 323.61º 0.31% 0.61% -
HSV(B) 323.61º 0.33% 0.73% -
XYZ 34.1 27.71 37.73 -
YUV 147.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 186 125 162 0 0.33 0.13 0.27 323.61 0.31 0.61
Hex BA 7D A2 0 21 D 1B 144 1F 3D
Octal 272 175 242 0 41 15 33 504 37 75
Binary 10111010 1111101 10100010 0 100001 1101 11011 101000100 11111 111101

Color Harmonies of #BA7DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DA2

Black with #BA7DA2

Text Example


Text Example

White with #BA7DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DA2; }

 p { color: rgb(186,125,162); }

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

background-color css

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

 a { background-color: rgb(186,125,162); }

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

border-color css

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

 span { border-color: rgb(186,125,162); }

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