Html Css Color HEX #B87BA0 Bouquet

📋 copy color: '#B87BA0'

red 184 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #B87BA0

Tints of Bouquet #B87BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

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

R = 39.4%
G = 26.34%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B87BA0 (or 0xB87BA0) is known color: Bouquet. HEX triplet: B8, 7B and A0. RGB value is (184,123,160). Sum of RGB (Red+Green+Blue) = 184+123+160=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87BA0 is #47845F. Grayscale: #919191. Windows color (decimal): -4686944 or 10517432. OLE color: 10517432.

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

Color convert

RGB 184 123 160 -
CMYK 0 0.33 0.13 0.28
HSL 323.61º 0.3% 0.6% -
HSV(B) 323.61º 0.33% 0.72% -
XYZ 33.2 26.89 36.7 -
YUV 145.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 184 123 160 0 0.33 0.13 0.28 323.61 0.3 0.6
Hex B8 7B A0 0 21 D 1C 144 1E 3C
Octal 270 173 240 0 41 15 34 504 36 74
Binary 10111000 1111011 10100000 0 100001 1101 11100 101000100 11110 111100

Color Harmonies of #B87BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87BA0

Black with #B87BA0

Text Example


Text Example

White with #B87BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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