Html Css Color HEX #B876A1 Bouquet

📋 copy color: '#B876A1'

red 184 ◦ green 118 ◦ blue 161

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

Shades of Bouquet #B876A1

Tints of Bouquet #B876A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.77%

R = 39.74%
G = 25.49%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B876A1 (or 0xB876A1) is known color: Bouquet. HEX triplet: B8, 76 and A1. RGB value is (184,118,161). Sum of RGB (Red+Green+Blue) = 184+118+161=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B876A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B876A1 is #47895E. Grayscale: #8E8E8E. Windows color (decimal): -4688223 or 10581688. OLE color: 10581688.

HSL color Cylindrical-coordinate representation of color #B876A1: hue angle of 320.91º 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 #B876A1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 118 161 -
CMYK 0 0.36 0.12 0.28
HSL 320.91º 0.32% 0.59% -
HSV(B) 320.91º 0.36% 0.72% -
XYZ 32.68 25.72 36.96 -
YUV 142.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 184 118 161 0 0.36 0.12 0.28 320.91 0.32 0.59
Hex B8 76 A1 0 24 C 1C 141 20 3B
Octal 270 166 241 0 44 14 34 501 40 73
Binary 10111000 1110110 10100001 0 100100 1100 11100 101000001 100000 111011

Color Harmonies of #B876A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876A1

Black with #B876A1

Text Example


Text Example

White with #B876A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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