Html Css Color HEX #B871AB Bouquet

📋 copy color: '#B871AB'

red 184 ◦ green 113 ◦ blue 171

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

Shades of Bouquet #B871AB

Tints of Bouquet #B871AB

RGB

 RED value IS 184 (72.27% from 255) = 39.32%

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

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

R = 39.32%
G = 24.15%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B871AB (or 0xB871AB) is known color: Bouquet. HEX triplet: B8, 71 and AB. RGB value is (184,113,171). Sum of RGB (Red+Green+Blue) = 184+113+171=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B871AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871AB is #478E54. Grayscale: #8C8C8C. Windows color (decimal): -4689493 or 11235768. OLE color: 11235768.

HSL color Cylindrical-coordinate representation of color #B871AB: hue angle of 310.99º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B871AB is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 171 -
CMYK 0 0.39 0.07 0.28
HSL 310.99º 0.33% 0.58% -
HSV(B) 310.99º 0.39% 0.72% -
XYZ 33.02 24.94 41.6 -
YUV 140.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 184 113 171 0 0.39 0.07 0.28 310.99 0.33 0.58
Hex B8 71 AB 0 27 7 1C 137 21 3A
Octal 270 161 253 0 47 7 34 467 41 72
Binary 10111000 1110001 10101011 0 100111 111 11100 100110111 100001 111010

Color Harmonies of #B871AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871AB

Black with #B871AB

Text Example


Text Example

White with #B871AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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