Html Css Color HEX #B2729D Bouquet

📋 copy color: '#B2729D'

red 178 ◦ green 114 ◦ blue 157

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

Shades of Bouquet #B2729D

Tints of Bouquet #B2729D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 39.64%
G = 25.39%
B = 34.97%

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

#B2729D (or 0xB2729D) is known color: Bouquet. HEX triplet: B2, 72 and 9D. RGB value is (178,114,157). Sum of RGB (Red+Green+Blue) = 178+114+157=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2729D is #4D8D62. Grayscale: #898989. Windows color (decimal): -5082467 or 10318514. OLE color: 10318514.

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

Color convert

RGB 178 114 157 -
CMYK 0 0.36 0.12 0.30
HSL 319.69º 0.29% 0.57% -
HSV(B) 319.69º 0.36% 0.7% -
XYZ 30.46 23.93 34.91 -
YUV 138.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 178 114 157 0 0.36 0.12 0.30 319.69 0.29 0.57
Hex B2 72 9D 0 24 C 1E 140 1D 39
Octal 262 162 235 0 44 14 36 500 35 71
Binary 10110010 1110010 10011101 0 100100 1100 11110 101000000 11101 111001

Color Harmonies of #B2729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2729D

Black with #B2729D

Text Example


Text Example

White with #B2729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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