Html Css Color HEX #B877AB Bouquet

📋 copy color: '#B877AB'

red 184 ◦ green 119 ◦ blue 171

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

Shades of Bouquet #B877AB

Tints of Bouquet #B877AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.11%

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

R = 38.82%
G = 25.11%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B877AB (or 0xB877AB) is known color: Bouquet. HEX triplet: B8, 77 and AB. RGB value is (184,119,171). Sum of RGB (Red+Green+Blue) = 184+119+171=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B877AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B877AB is #478854. Grayscale: #909090. Windows color (decimal): -4687957 or 11237304. OLE color: 11237304.

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

Color convert

RGB 184 119 171 -
CMYK 0 0.35 0.07 0.28
HSL 312º 0.31% 0.59% -
HSV(B) 312º 0.35% 0.72% -
XYZ 33.71 26.32 41.83 -
YUV 144.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 184 119 171 0 0.35 0.07 0.28 312 0.31 0.59
Hex B8 77 AB 0 23 7 1C 138 1F 3B
Octal 270 167 253 0 43 7 34 470 37 73
Binary 10111000 1110111 10101011 0 100011 111 11100 100111000 11111 111011

Color Harmonies of #B877AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B877AB

Black with #B877AB

Text Example


Text Example

White with #B877AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B877AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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