Html Css Color HEX #B2889C Bouquet

📋 copy color: '#B2889C'

red 178 ◦ green 136 ◦ blue 156

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

Shades of Bouquet #B2889C

Tints of Bouquet #B2889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.19%

R = 37.87%
G = 28.94%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2889C (or 0xB2889C) is known color: Bouquet. HEX triplet: B2, 88 and 9C. RGB value is (178,136,156). Sum of RGB (Red+Green+Blue) = 178+136+156=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2889C is #4D7763. Grayscale: #969696. Windows color (decimal): -5076836 or 10258610. OLE color: 10258610.

HSL color Cylindrical-coordinate representation of color #B2889C: hue angle of 331.43º 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 #B2889C is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 156 -
CMYK 0 0.24 0.12 0.30
HSL 331.43º 0.21% 0.62% -
HSV(B) 331.43º 0.24% 0.7% -
XYZ 33.17 29.47 35.39 -
YUV 150.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 178 136 156 0 0.24 0.12 0.30 331.43 0.21 0.62
Hex B2 88 9C 0 18 C 1E 14B 15 3E
Octal 262 210 234 0 30 14 36 513 25 76
Binary 10110010 10001000 10011100 0 11000 1100 11110 101001011 10101 111110

Color Harmonies of #B2889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2889C

Black with #B2889C

Text Example


Text Example

White with #B2889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2889C; }

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

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

background-color css

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

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

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

border-color css

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

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

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