Html Css Color HEX #B972A6 Bouquet

📋 copy color: '#B972A6'

red 185 ◦ green 114 ◦ blue 166

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

Shades of Bouquet #B972A6

Tints of Bouquet #B972A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.7%

R = 39.78%
G = 24.52%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B972A6 (or 0xB972A6) is known color: Bouquet. HEX triplet: B9, 72 and A6. RGB value is (185,114,166). Sum of RGB (Red+Green+Blue) = 185+114+166=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B972A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972A6 is #468D59. Grayscale: #8D8D8D. Windows color (decimal): -4623706 or 10908345. OLE color: 10908345.

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

Color convert

RGB 185 114 166 -
CMYK 0 0.38 0.10 0.27
HSL 316.06º 0.34% 0.59% -
HSV(B) 316.06º 0.38% 0.73% -
XYZ 32.91 25.1 39.19 -
YUV 141.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 185 114 166 0 0.38 0.10 0.27 316.06 0.34 0.59
Hex B9 72 A6 0 26 A 1B 13C 22 3B
Octal 271 162 246 0 46 12 33 474 42 73
Binary 10111001 1110010 10100110 0 100110 1010 11011 100111100 100010 111011

Color Harmonies of #B972A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972A6

Black with #B972A6

Text Example


Text Example

White with #B972A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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