Html Css Color HEX #B6889F Bouquet

📋 copy color: '#B6889F'

red 182 ◦ green 136 ◦ blue 159

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

Shades of Bouquet #B6889F

Tints of Bouquet #B6889F

RGB

 RED value IS 182 (71.48% from 255) = 38.16%

 GREEN value IS 136 (53.52% from 255) = 28.51%

 BLUE value IS 159 (62.5% from 255) = 33.33%

R = 38.16%
G = 28.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6889F (or 0xB6889F) is known color: Bouquet. HEX triplet: B6, 88 and 9F. RGB value is (182,136,159). Sum of RGB (Red+Green+Blue) = 182+136+159=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B6889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6889F is #497760. Grayscale: #989898. Windows color (decimal): -4814689 or 10455222. OLE color: 10455222.

HSL color Cylindrical-coordinate representation of color #B6889F: hue angle of 330º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6889F is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 159 -
CMYK 0 0.25 0.13 0.29
HSL 330º 0.24% 0.62% -
HSV(B) 330º 0.25% 0.71% -
XYZ 34.35 30.06 36.79 -
YUV 152.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 182 136 159 0 0.25 0.13 0.29 330 0.24 0.62
Hex B6 88 9F 0 19 D 1D 14A 18 3E
Octal 266 210 237 0 31 15 35 512 30 76
Binary 10110110 10001000 10011111 0 11001 1101 11101 101001010 11000 111110

Color Harmonies of #B6889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6889F

Black with #B6889F

Text Example


Text Example

White with #B6889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6889F; }

 p { color: rgb(182,136,159); }

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

background-color css

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

 a { background-color: rgb(182,136,159); }

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

border-color css

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

 span { border-color: rgb(182,136,159); }

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