Html Css Color HEX #B2729C Bouquet

📋 copy color: '#B2729C'

red 178 ◦ green 114 ◦ blue 156

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

Shades of Bouquet #B2729C

Tints of Bouquet #B2729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

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

R = 39.73%
G = 25.45%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2729C (or 0xB2729C) is known color: Bouquet. HEX triplet: B2, 72 and 9C. RGB value is (178,114,156). Sum of RGB (Red+Green+Blue) = 178+114+156=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2729C is #4D8D63. Grayscale: #898989. Windows color (decimal): -5082468 or 10252978. OLE color: 10252978.

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

Color convert

RGB 178 114 156 -
CMYK 0 0.36 0.12 0.30
HSL 320.63º 0.29% 0.57% -
HSV(B) 320.63º 0.36% 0.7% -
XYZ 30.38 23.9 34.46 -
YUV 137.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 178 114 156 0 0.36 0.12 0.30 320.63 0.29 0.57
Hex B2 72 9C 0 24 C 1E 141 1D 39
Octal 262 162 234 0 44 14 36 501 35 71
Binary 10110010 1110010 10011100 0 100100 1100 11110 101000001 11101 111001

Color Harmonies of #B2729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2729C

Black with #B2729C

Text Example


Text Example

White with #B2729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2729C; }

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

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

background-color css

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

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

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

border-color css

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

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

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