Html Css Color HEX #B87696 Bouquet

📋 copy color: '#B87696'

red 184 ◦ green 118 ◦ blue 150

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

Shades of Bouquet #B87696

Tints of Bouquet #B87696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

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

R = 40.71%
G = 26.11%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B87696 (or 0xB87696) is known color: Bouquet. HEX triplet: B8, 76 and 96. RGB value is (184,118,150). Sum of RGB (Red+Green+Blue) = 184+118+150=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B87696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87696 is #478969. Grayscale: #8D8D8D. Windows color (decimal): -4688234 or 9860792. OLE color: 9860792.

HSL color Cylindrical-coordinate representation of color #B87696: hue angle of 330.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87696 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 118 150 -
CMYK 0 0.36 0.18 0.28
HSL 330.91º 0.32% 0.59% -
HSV(B) 330.91º 0.36% 0.72% -
XYZ 31.75 25.35 32.07 -
YUV 141.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 184 118 150 0 0.36 0.18 0.28 330.91 0.32 0.59
Hex B8 76 96 0 24 12 1C 14B 20 3B
Octal 270 166 226 0 44 22 34 513 40 73
Binary 10111000 1110110 10010110 0 100100 10010 11100 101001011 100000 111011

Color Harmonies of #B87696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87696

Black with #B87696

Text Example


Text Example

White with #B87696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87696; }

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

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

background-color css

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

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

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

border-color css

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

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

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