Html Css Color HEX #B876A8 Bouquet

📋 copy color: '#B876A8'

red 184 ◦ green 118 ◦ blue 168

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

Shades of Bouquet #B876A8

Tints of Bouquet #B876A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.74%

R = 39.15%
G = 25.11%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B876A8 (or 0xB876A8) is known color: Bouquet. HEX triplet: B8, 76 and A8. RGB value is (184,118,168). Sum of RGB (Red+Green+Blue) = 184+118+168=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B876A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B876A8 is #478957. Grayscale: #8F8F8F. Windows color (decimal): -4688216 or 11040440. OLE color: 11040440.

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

Color convert

RGB 184 118 168 -
CMYK 0 0.36 0.09 0.28
HSL 314.55º 0.32% 0.59% -
HSV(B) 314.55º 0.36% 0.72% -
XYZ 33.31 25.97 40.3 -
YUV 143.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 184 118 168 0 0.36 0.09 0.28 314.55 0.32 0.59
Hex B8 76 A8 0 24 9 1C 13B 20 3B
Octal 270 166 250 0 44 11 34 473 40 73
Binary 10111000 1110110 10101000 0 100100 1001 11100 100111011 100000 111011

Color Harmonies of #B876A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876A8

Black with #B876A8

Text Example


Text Example

White with #B876A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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