Html Css Color HEX #B2729B Bouquet

📋 copy color: '#B2729B'

red 178 ◦ green 114 ◦ blue 155

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

Shades of Bouquet #B2729B

Tints of Bouquet #B2729B

RGB

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

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

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

R = 39.82%
G = 25.5%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2729B (or 0xB2729B) is known color: Bouquet. HEX triplet: B2, 72 and 9B. RGB value is (178,114,155). Sum of RGB (Red+Green+Blue) = 178+114+155=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2729B is #4D8D64. Grayscale: #898989. Windows color (decimal): -5082469 or 10187442. OLE color: 10187442.

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

Color convert

RGB 178 114 155 -
CMYK 0 0.36 0.13 0.30
HSL 321.56º 0.29% 0.57% -
HSV(B) 321.56º 0.36% 0.7% -
XYZ 30.29 23.87 34.02 -
YUV 137.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 178 114 155 0 0.36 0.13 0.30 321.56 0.29 0.57
Hex B2 72 9B 0 24 D 1E 142 1D 39
Octal 262 162 233 0 44 15 36 502 35 71
Binary 10110010 1110010 10011011 0 100100 1101 11110 101000010 11101 111001

Color Harmonies of #B2729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2729B

Black with #B2729B

Text Example


Text Example

White with #B2729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2729B; }

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

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

background-color css

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

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

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

border-color css

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

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

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