Html Css Color HEX #B972AA Bouquet

📋 copy color: '#B972AA'

red 185 ◦ green 114 ◦ blue 170

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

Shades of Bouquet #B972AA

Tints of Bouquet #B972AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 39.45%
G = 24.31%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B972AA (or 0xB972AA) is known color: Bouquet. HEX triplet: B9, 72 and AA. RGB value is (185,114,170). Sum of RGB (Red+Green+Blue) = 185+114+170=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B972AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972AA is #468D55. Grayscale: #8D8D8D. Windows color (decimal): -4623702 or 11170489. OLE color: 11170489.

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

Color convert

RGB 185 114 170 -
CMYK 0 0.38 0.08 0.27
HSL 312.68º 0.34% 0.59% -
HSV(B) 312.68º 0.38% 0.73% -
XYZ 33.28 25.25 41.15 -
YUV 141.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 185 114 170 0 0.38 0.08 0.27 312.68 0.34 0.59
Hex B9 72 AA 0 26 8 1B 139 22 3B
Octal 271 162 252 0 46 10 33 471 42 73
Binary 10111001 1110010 10101010 0 100110 1000 11011 100111001 100010 111011

Color Harmonies of #B972AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972AA

Black with #B972AA

Text Example


Text Example

White with #B972AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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