Html Css Color HEX #B87C9E Bouquet

📋 copy color: '#B87C9E'

red 184 ◦ green 124 ◦ blue 158

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

Shades of Bouquet #B87C9E

Tints of Bouquet #B87C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.91%

R = 39.48%
G = 26.61%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B87C9E (or 0xB87C9E) is known color: Bouquet. HEX triplet: B8, 7C and 9E. RGB value is (184,124,158). Sum of RGB (Red+Green+Blue) = 184+124+158=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C9E is #478361. Grayscale: #919191. Windows color (decimal): -4686690 or 10386616. OLE color: 10386616.

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

Color convert

RGB 184 124 158 -
CMYK 0 0.33 0.14 0.28
HSL 326º 0.3% 0.6% -
HSV(B) 326º 0.33% 0.72% -
XYZ 33.15 27.07 35.83 -
YUV 145.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 184 124 158 0 0.33 0.14 0.28 326 0.3 0.6
Hex B8 7C 9E 0 21 E 1C 146 1E 3C
Octal 270 174 236 0 41 16 34 506 36 74
Binary 10111000 1111100 10011110 0 100001 1110 11100 101000110 11110 111100

Color Harmonies of #B87C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C9E

Black with #B87C9E

Text Example


Text Example

White with #B87C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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