Html Css Color HEX #B87C9A Bouquet

📋 copy color: '#B87C9A'

red 184 ◦ green 124 ◦ blue 154

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

Shades of Bouquet #B87C9A

Tints of Bouquet #B87C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.33%

R = 39.83%
G = 26.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B87C9A (or 0xB87C9A) is known color: Bouquet. HEX triplet: B8, 7C and 9A. RGB value is (184,124,154). Sum of RGB (Red+Green+Blue) = 184+124+154=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C9A is #478365. Grayscale: #919191. Windows color (decimal): -4686694 or 10124472. OLE color: 10124472.

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

Color convert

RGB 184 124 154 -
CMYK 0 0.33 0.16 0.28
HSL 330º 0.3% 0.6% -
HSV(B) 330º 0.33% 0.72% -
XYZ 32.81 26.94 34.04 -
YUV 145.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 184 124 154 0 0.33 0.16 0.28 330 0.3 0.6
Hex B8 7C 9A 0 21 10 1C 14A 1E 3C
Octal 270 174 232 0 41 20 34 512 36 74
Binary 10111000 1111100 10011010 0 100001 10000 11100 101001010 11110 111100

Color Harmonies of #B87C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C9A

Black with #B87C9A

Text Example


Text Example

White with #B87C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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