Html Css Color HEX #B878A0 Bouquet

📋 copy color: '#B878A0'

red 184 ◦ green 120 ◦ blue 160

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

Shades of Bouquet #B878A0

Tints of Bouquet #B878A0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.86%

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 39.66%
G = 25.86%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B878A0 (or 0xB878A0) is known color: Bouquet. HEX triplet: B8, 78 and A0. RGB value is (184,120,160). Sum of RGB (Red+Green+Blue) = 184+120+160=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B878A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878A0 is #47875F. Grayscale: #8F8F8F. Windows color (decimal): -4687712 or 10516664. OLE color: 10516664.

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

Color convert

RGB 184 120 160 -
CMYK 0 0.35 0.13 0.28
HSL 322.5º 0.31% 0.6% -
HSV(B) 322.5º 0.35% 0.72% -
XYZ 32.83 26.16 36.58 -
YUV 143.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 184 120 160 0 0.35 0.13 0.28 322.5 0.31 0.6
Hex B8 78 A0 0 23 D 1C 142 1F 3C
Octal 270 170 240 0 43 15 34 502 37 74
Binary 10111000 1111000 10100000 0 100011 1101 11100 101000010 11111 111100

Color Harmonies of #B878A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B878A0

Black with #B878A0

Text Example


Text Example

White with #B878A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B878A0; }

 p { color: rgb(184,120,160); }

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

background-color css

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

 a { background-color: rgb(184,120,160); }

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

border-color css

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

 span { border-color: rgb(184,120,160); }

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