Html Css Color HEX #B972A9 Bouquet

📋 copy color: '#B972A9'

red 185 ◦ green 114 ◦ blue 169

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

Shades of Bouquet #B972A9

Tints of Bouquet #B972A9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.36%

 BLUE value IS 169 (66.41% from 255) = 36.11%

R = 39.53%
G = 24.36%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B972A9 (or 0xB972A9) is known color: Bouquet. HEX triplet: B9, 72 and A9. RGB value is (185,114,169). Sum of RGB (Red+Green+Blue) = 185+114+169=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B972A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972A9 is #468D56. Grayscale: #8D8D8D. Windows color (decimal): -4623703 or 11104953. OLE color: 11104953.

HSL color Cylindrical-coordinate representation of color #B972A9: hue angle of 313.52º degrees, saturation: 0.34, 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 #B972A9 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 114 169 -
CMYK 0 0.38 0.09 0.27
HSL 313.52º 0.34% 0.59% -
HSV(B) 313.52º 0.38% 0.73% -
XYZ 33.19 25.21 40.65 -
YUV 141.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 185 114 169 0 0.38 0.09 0.27 313.52 0.34 0.59
Hex B9 72 A9 0 26 9 1B 13A 22 3B
Octal 271 162 251 0 46 11 33 472 42 73
Binary 10111001 1110010 10101001 0 100110 1001 11011 100111010 100010 111011

Color Harmonies of #B972A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972A9

Black with #B972A9

Text Example


Text Example

White with #B972A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972A9; }

 p { color: rgb(185,114,169); }

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

background-color css

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

 a { background-color: rgb(185,114,169); }

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

border-color css

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

 span { border-color: rgb(185,114,169); }

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