Html Css Color HEX #B972AB Bouquet

📋 copy color: '#B972AB'

red 185 ◦ green 114 ◦ blue 171

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

Shades of Bouquet #B972AB

Tints of Bouquet #B972AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 39.36%
G = 24.26%
B = 36.38%

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

#B972AB (or 0xB972AB) is known color: Bouquet. HEX triplet: B9, 72 and AB. RGB value is (185,114,171). Sum of RGB (Red+Green+Blue) = 185+114+171=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B972AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972AB is #468D54. Grayscale: #8D8D8D. Windows color (decimal): -4623701 or 11236025. OLE color: 11236025.

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

Color convert

RGB 185 114 171 -
CMYK 0 0.38 0.08 0.27
HSL 311.83º 0.34% 0.59% -
HSV(B) 311.83º 0.38% 0.73% -
XYZ 33.38 25.29 41.65 -
YUV 141.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 185 114 171 0 0.38 0.08 0.27 311.83 0.34 0.59
Hex B9 72 AB 0 26 8 1B 138 22 3B
Octal 271 162 253 0 46 10 33 470 42 73
Binary 10111001 1110010 10101011 0 100110 1000 11011 100111000 100010 111011

Color Harmonies of #B972AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972AB

Black with #B972AB

Text Example


Text Example

White with #B972AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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