Html Css Color HEX #B87896 Bouquet

📋 copy color: '#B87896'

red 184 ◦ green 120 ◦ blue 150

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

Shades of Bouquet #B87896

Tints of Bouquet #B87896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 40.53%
G = 26.43%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B87896 (or 0xB87896) is known color: Bouquet. HEX triplet: B8, 78 and 96. RGB value is (184,120,150). Sum of RGB (Red+Green+Blue) = 184+120+150=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B87896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87896 is #478769. Grayscale: #8E8E8E. Windows color (decimal): -4687722 or 9861304. OLE color: 9861304.

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

Color convert

RGB 184 120 150 -
CMYK 0 0.35 0.18 0.28
HSL 331.88º 0.31% 0.6% -
HSV(B) 331.88º 0.35% 0.72% -
XYZ 31.99 25.83 32.15 -
YUV 142.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 184 120 150 0 0.35 0.18 0.28 331.88 0.31 0.6
Hex B8 78 96 0 23 12 1C 14C 1F 3C
Octal 270 170 226 0 43 22 34 514 37 74
Binary 10111000 1111000 10010110 0 100011 10010 11100 101001100 11111 111100

Color Harmonies of #B87896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87896

Black with #B87896

Text Example


Text Example

White with #B87896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87896; }

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

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

background-color css

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

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

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

border-color css

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

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

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