Html Css Color HEX #B876AA Bouquet

📋 copy color: '#B876AA'

red 184 ◦ green 118 ◦ blue 170

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

Shades of Bouquet #B876AA

Tints of Bouquet #B876AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 38.98%
G = 25%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B876AA (or 0xB876AA) is known color: Bouquet. HEX triplet: B8, 76 and AA. RGB value is (184,118,170). Sum of RGB (Red+Green+Blue) = 184+118+170=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B876AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B876AA is #478955. Grayscale: #8F8F8F. Windows color (decimal): -4688214 or 11171512. OLE color: 11171512.

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

Color convert

RGB 184 118 170 -
CMYK 0 0.36 0.08 0.28
HSL 312.73º 0.32% 0.59% -
HSV(B) 312.73º 0.36% 0.72% -
XYZ 33.5 26.05 41.29 -
YUV 143.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 184 118 170 0 0.36 0.08 0.28 312.73 0.32 0.59
Hex B8 76 AA 0 24 8 1C 139 20 3B
Octal 270 166 252 0 44 10 34 471 40 73
Binary 10111000 1110110 10101010 0 100100 1000 11100 100111001 100000 111011

Color Harmonies of #B876AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876AA

Black with #B876AA

Text Example


Text Example

White with #B876AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876AA; }

 p { color: rgb(184,118,170); }

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

background-color css

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

 a { background-color: rgb(184,118,170); }

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

border-color css

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

 span { border-color: rgb(184,118,170); }

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