Html Css Color HEX #B2889B Bouquet

📋 copy color: '#B2889B'

red 178 ◦ green 136 ◦ blue 155

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

Shades of Bouquet #B2889B

Tints of Bouquet #B2889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.05%

R = 37.95%
G = 29%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2889B (or 0xB2889B) is known color: Bouquet. HEX triplet: B2, 88 and 9B. RGB value is (178,136,155). Sum of RGB (Red+Green+Blue) = 178+136+155=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2889B is #4D7764. Grayscale: #969696. Windows color (decimal): -5076837 or 10193074. OLE color: 10193074.

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

Color convert

RGB 178 136 155 -
CMYK 0 0.24 0.13 0.30
HSL 332.86º 0.21% 0.62% -
HSV(B) 332.86º 0.24% 0.7% -
XYZ 33.08 29.44 34.95 -
YUV 150.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 178 136 155 0 0.24 0.13 0.30 332.86 0.21 0.62
Hex B2 88 9B 0 18 D 1E 14D 15 3E
Octal 262 210 233 0 30 15 36 515 25 76
Binary 10110010 10001000 10011011 0 11000 1101 11110 101001101 10101 111110

Color Harmonies of #B2889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2889B

Black with #B2889B

Text Example


Text Example

White with #B2889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2889B; }

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

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

background-color css

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

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

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

border-color css

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

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

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