Html Css Color HEX #B87C9C Bouquet

📋 copy color: '#B87C9C'

red 184 ◦ green 124 ◦ blue 156

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

Shades of Bouquet #B87C9C

Tints of Bouquet #B87C9C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.72%

 BLUE value IS 156 (61.33% from 255) = 33.62%

R = 39.66%
G = 26.72%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B87C9C (or 0xB87C9C) is known color: Bouquet. HEX triplet: B8, 7C and 9C. RGB value is (184,124,156). Sum of RGB (Red+Green+Blue) = 184+124+156=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C9C is #478363. Grayscale: #919191. Windows color (decimal): -4686692 or 10255544. OLE color: 10255544.

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

Color convert

RGB 184 124 156 -
CMYK 0 0.33 0.15 0.28
HSL 328º 0.3% 0.6% -
HSV(B) 328º 0.33% 0.72% -
XYZ 32.98 27.01 34.93 -
YUV 145.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 184 124 156 0 0.33 0.15 0.28 328 0.3 0.6
Hex B8 7C 9C 0 21 F 1C 148 1E 3C
Octal 270 174 234 0 41 17 34 510 36 74
Binary 10111000 1111100 10011100 0 100001 1111 11100 101001000 11110 111100

Color Harmonies of #B87C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C9C

Black with #B87C9C

Text Example


Text Example

White with #B87C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C9C; }

 p { color: rgb(184,124,156); }

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

background-color css

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

 a { background-color: rgb(184,124,156); }

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

border-color css

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

 span { border-color: rgb(184,124,156); }

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