Html Css Color HEX #B2889E Bouquet

📋 copy color: '#B2889E'

red 178 ◦ green 136 ◦ blue 158

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

Shades of Bouquet #B2889E

Tints of Bouquet #B2889E

RGB

 RED value IS 178 (69.92% from 255) = 37.71%

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

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

R = 37.71%
G = 28.81%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2889E (or 0xB2889E) is known color: Bouquet. HEX triplet: B2, 88 and 9E. RGB value is (178,136,158). Sum of RGB (Red+Green+Blue) = 178+136+158=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2889E is #4D7761. Grayscale: #979797. Windows color (decimal): -5076834 or 10389682. OLE color: 10389682.

HSL color Cylindrical-coordinate representation of color #B2889E: hue angle of 328.57º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2889E is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 158 -
CMYK 0 0.24 0.11 0.30
HSL 328.57º 0.21% 0.62% -
HSV(B) 328.57º 0.24% 0.7% -
XYZ 33.34 29.54 36.29 -
YUV 151.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 178 136 158 0 0.24 0.11 0.30 328.57 0.21 0.62
Hex B2 88 9E 0 18 B 1E 149 15 3E
Octal 262 210 236 0 30 13 36 511 25 76
Binary 10110010 10001000 10011110 0 11000 1011 11110 101001001 10101 111110

Color Harmonies of #B2889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2889E

Black with #B2889E

Text Example


Text Example

White with #B2889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2889E; }

 p { color: rgb(178,136,158); }

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

background-color css

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

 a { background-color: rgb(178,136,158); }

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

border-color css

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

 span { border-color: rgb(178,136,158); }

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