Html Css Color HEX #BA7FA5 Bouquet

📋 copy color: '#BA7FA5'

red 186 ◦ green 127 ◦ blue 165

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

Shades of Bouquet #BA7FA5

Tints of Bouquet #BA7FA5

RGB

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

 GREEN value IS 127 (50% from 255) = 26.57%

 BLUE value IS 165 (64.84% from 255) = 34.52%

R = 38.91%
G = 26.57%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA7FA5 (or 0xBA7FA5) is known color: Bouquet. HEX triplet: BA, 7F and A5. RGB value is (186,127,165). Sum of RGB (Red+Green+Blue) = 186+127+165=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FA5 is #45805A. Grayscale: #949494. Windows color (decimal): -4554843 or 10846138. OLE color: 10846138.

HSL color Cylindrical-coordinate representation of color #BA7FA5: hue angle of 321.36º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7FA5 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 165 -
CMYK 0 0.32 0.11 0.27
HSL 321.36º 0.3% 0.61% -
HSV(B) 321.36º 0.32% 0.73% -
XYZ 34.63 28.33 39.24 -
YUV 148.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 186 127 165 0 0.32 0.11 0.27 321.36 0.3 0.61
Hex BA 7F A5 0 20 B 1B 141 1E 3D
Octal 272 177 245 0 40 13 33 501 36 75
Binary 10111010 1111111 10100101 0 100000 1011 11011 101000001 11110 111101

Color Harmonies of #BA7FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7FA5

Black with #BA7FA5

Text Example


Text Example

White with #BA7FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7FA5; }

 p { color: rgb(186,127,165); }

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

background-color css

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

 a { background-color: rgb(186,127,165); }

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

border-color css

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

 span { border-color: rgb(186,127,165); }

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