Html Css Color HEX #B973A1 Bouquet

📋 copy color: '#B973A1'

red 185 ◦ green 115 ◦ blue 161

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

Shades of Bouquet #B973A1

Tints of Bouquet #B973A1

RGB

 RED value IS 185 (72.66% from 255) = 40.13%

 GREEN value IS 115 (45.31% from 255) = 24.95%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 40.13%
G = 24.95%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B973A1 (or 0xB973A1) is known color: Bouquet. HEX triplet: B9, 73 and A1. RGB value is (185,115,161). Sum of RGB (Red+Green+Blue) = 185+115+161=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B973A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973A1 is #468C5E. Grayscale: #8D8D8D. Windows color (decimal): -4623455 or 10580921. OLE color: 10580921.

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

Color convert

RGB 185 115 161 -
CMYK 0 0.38 0.13 0.27
HSL 320.57º 0.33% 0.59% -
HSV(B) 320.57º 0.38% 0.73% -
XYZ 32.57 25.15 36.86 -
YUV 141.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 185 115 161 0 0.38 0.13 0.27 320.57 0.33 0.59
Hex B9 73 A1 0 26 D 1B 141 21 3B
Octal 271 163 241 0 46 15 33 501 41 73
Binary 10111001 1110011 10100001 0 100110 1101 11011 101000001 100001 111011

Color Harmonies of #B973A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973A1

Black with #B973A1

Text Example


Text Example

White with #B973A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973A1; }

 p { color: rgb(185,115,161); }

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

background-color css

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

 a { background-color: rgb(185,115,161); }

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

border-color css

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

 span { border-color: rgb(185,115,161); }

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