Html Css Color HEX #B2899C Bouquet

📋 copy color: '#B2899C'

red 178 ◦ green 137 ◦ blue 156

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

Shades of Bouquet #B2899C

Tints of Bouquet #B2899C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.09%

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

R = 37.79%
G = 29.09%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2899C (or 0xB2899C) is known color: Bouquet. HEX triplet: B2, 89 and 9C. RGB value is (178,137,156). Sum of RGB (Red+Green+Blue) = 178+137+156=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2899C is #4D7663. Grayscale: #979797. Windows color (decimal): -5076580 or 10258866. OLE color: 10258866.

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

Color convert

RGB 178 137 156 -
CMYK 0 0.23 0.12 0.30
HSL 332.2º 0.21% 0.62% -
HSV(B) 332.2º 0.23% 0.7% -
XYZ 33.31 29.76 35.44 -
YUV 151.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 178 137 156 0 0.23 0.12 0.30 332.2 0.21 0.62
Hex B2 89 9C 0 17 C 1E 14C 15 3E
Octal 262 211 234 0 27 14 36 514 25 76
Binary 10110010 10001001 10011100 0 10111 1100 11110 101001100 10101 111110

Color Harmonies of #B2899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2899C

Black with #B2899C

Text Example


Text Example

White with #B2899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2899C; }

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

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

background-color css

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

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

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

border-color css

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

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

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