Html Css Color HEX #B972A0 Bouquet

📋 copy color: '#B972A0'

red 185 ◦ green 114 ◦ blue 160

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

Shades of Bouquet #B972A0

Tints of Bouquet #B972A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 40.31%
G = 24.84%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B972A0 (or 0xB972A0) is known color: Bouquet. HEX triplet: B9, 72 and A0. RGB value is (185,114,160). Sum of RGB (Red+Green+Blue) = 185+114+160=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B972A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972A0 is #468D5F. Grayscale: #8C8C8C. Windows color (decimal): -4623712 or 10515129. OLE color: 10515129.

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

Color convert

RGB 185 114 160 -
CMYK 0 0.38 0.14 0.27
HSL 321.13º 0.34% 0.59% -
HSV(B) 321.13º 0.38% 0.73% -
XYZ 32.37 24.89 36.36 -
YUV 140.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 185 114 160 0 0.38 0.14 0.27 321.13 0.34 0.59
Hex B9 72 A0 0 26 E 1B 141 22 3B
Octal 271 162 240 0 46 16 33 501 42 73
Binary 10111001 1110010 10100000 0 100110 1110 11011 101000001 100010 111011

Color Harmonies of #B972A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972A0

Black with #B972A0

Text Example


Text Example

White with #B972A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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