Html Css Color HEX #B8729C Bouquet

📋 copy color: '#B8729C'

red 184 ◦ green 114 ◦ blue 156

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

Shades of Bouquet #B8729C

Tints of Bouquet #B8729C

RGB

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

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

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

R = 40.53%
G = 25.11%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8729C (or 0xB8729C) is known color: Bouquet. HEX triplet: B8, 72 and 9C. RGB value is (184,114,156). Sum of RGB (Red+Green+Blue) = 184+114+156=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8729C is #478D63. Grayscale: #8B8B8B. Windows color (decimal): -4689252 or 10252984. OLE color: 10252984.

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

Color convert

RGB 184 114 156 -
CMYK 0 0.38 0.15 0.28
HSL 324º 0.33% 0.58% -
HSV(B) 324º 0.38% 0.72% -
XYZ 31.79 24.63 34.53 -
YUV 139.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 184 114 156 0 0.38 0.15 0.28 324 0.33 0.58
Hex B8 72 9C 0 26 F 1C 144 21 3A
Octal 270 162 234 0 46 17 34 504 41 72
Binary 10111000 1110010 10011100 0 100110 1111 11100 101000100 100001 111010

Color Harmonies of #B8729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8729C

Black with #B8729C

Text Example


Text Example

White with #B8729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8729C; }

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

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

background-color css

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

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

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

border-color css

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

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

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