Html Css Color HEX #B971AB Bouquet

📋 copy color: '#B971AB'

red 185 ◦ green 113 ◦ blue 171

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

Shades of Bouquet #B971AB

Tints of Bouquet #B971AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.09%

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

R = 39.45%
G = 24.09%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B971AB (or 0xB971AB) is known color: Bouquet. HEX triplet: B9, 71 and AB. RGB value is (185,113,171). Sum of RGB (Red+Green+Blue) = 185+113+171=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B971AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971AB is #468E54. Grayscale: #8C8C8C. Windows color (decimal): -4623957 or 11235769. OLE color: 11235769.

HSL color Cylindrical-coordinate representation of color #B971AB: hue angle of 311.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B971AB is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 171 -
CMYK 0 0.39 0.08 0.27
HSL 311.67º 0.34% 0.58% -
HSV(B) 311.67º 0.39% 0.73% -
XYZ 33.26 25.06 41.61 -
YUV 141.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 185 113 171 0 0.39 0.08 0.27 311.67 0.34 0.58
Hex B9 71 AB 0 27 8 1B 138 22 3A
Octal 271 161 253 0 47 10 33 470 42 72
Binary 10111001 1110001 10101011 0 100111 1000 11011 100111000 100010 111010

Color Harmonies of #B971AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971AB

Black with #B971AB

Text Example


Text Example

White with #B971AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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