Html Css Color HEX #B8729F Bouquet

📋 copy color: '#B8729F'

red 184 ◦ green 114 ◦ blue 159

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

Shades of Bouquet #B8729F

Tints of Bouquet #B8729F

RGB

 RED value IS 184 (72.27% from 255) = 40.26%

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

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

R = 40.26%
G = 24.95%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8729F (or 0xB8729F) is known color: Bouquet. HEX triplet: B8, 72 and 9F. RGB value is (184,114,159). Sum of RGB (Red+Green+Blue) = 184+114+159=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8729F is #478D60. Grayscale: #8B8B8B. Windows color (decimal): -4689249 or 10449592. OLE color: 10449592.

HSL color Cylindrical-coordinate representation of color #B8729F: hue angle of 321.43º degrees, saturation: 0.33, 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 #B8729F is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 159 -
CMYK 0 0.38 0.14 0.28
HSL 321.43º 0.33% 0.58% -
HSV(B) 321.43º 0.38% 0.72% -
XYZ 32.04 24.73 35.89 -
YUV 140.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 184 114 159 0 0.38 0.14 0.28 321.43 0.33 0.58
Hex B8 72 9F 0 26 E 1C 141 21 3A
Octal 270 162 237 0 46 16 34 501 41 72
Binary 10111000 1110010 10011111 0 100110 1110 11100 101000001 100001 111010

Color Harmonies of #B8729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8729F

Black with #B8729F

Text Example


Text Example

White with #B8729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8729F; }

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

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

background-color css

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

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

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

border-color css

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

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

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