Html Css Color HEX #B7729F Bouquet

📋 copy color: '#B7729F'

red 183 ◦ green 114 ◦ blue 159

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

Shades of Bouquet #B7729F

Tints of Bouquet #B7729F

RGB

 RED value IS 183 (71.88% from 255) = 40.13%

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

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 40.13%
G = 25%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B7729F (or 0xB7729F) is known color: Bouquet. HEX triplet: B7, 72 and 9F. RGB value is (183,114,159). Sum of RGB (Red+Green+Blue) = 183+114+159=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7729F is #488D60. Grayscale: #8B8B8B. Windows color (decimal): -4754785 or 10449591. OLE color: 10449591.

HSL color Cylindrical-coordinate representation of color #B7729F: hue angle of 320.87º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7729F is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 159 -
CMYK 0 0.38 0.13 0.28
HSL 320.87º 0.32% 0.58% -
HSV(B) 320.87º 0.38% 0.72% -
XYZ 31.8 24.61 35.87 -
YUV 139.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 183 114 159 0 0.38 0.13 0.28 320.87 0.32 0.58
Hex B7 72 9F 0 26 D 1C 141 20 3A
Octal 267 162 237 0 46 15 34 501 40 72
Binary 10110111 1110010 10011111 0 100110 1101 11100 101000001 100000 111010

Color Harmonies of #B7729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7729F

Black with #B7729F

Text Example


Text Example

White with #B7729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7729F; }

 p { color: rgb(183,114,159); }

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

background-color css

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

 a { background-color: rgb(183,114,159); }

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

border-color css

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

 span { border-color: rgb(183,114,159); }

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