Html Css Color HEX #B8719A Bouquet

📋 copy color: '#B8719A'

red 184 ◦ green 113 ◦ blue 154

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

Shades of Bouquet #B8719A

Tints of Bouquet #B8719A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.06%

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 40.8%
G = 25.06%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8719A (or 0xB8719A) is known color: Bouquet. HEX triplet: B8, 71 and 9A. RGB value is (184,113,154). Sum of RGB (Red+Green+Blue) = 184+113+154=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8719A is #478E65. Grayscale: #8A8A8A. Windows color (decimal): -4689510 or 10121656. OLE color: 10121656.

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

Color convert

RGB 184 113 154 -
CMYK 0 0.39 0.16 0.28
HSL 325.35º 0.33% 0.58% -
HSV(B) 325.35º 0.39% 0.72% -
XYZ 31.51 24.33 33.61 -
YUV 138.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 184 113 154 0 0.39 0.16 0.28 325.35 0.33 0.58
Hex B8 71 9A 0 27 10 1C 145 21 3A
Octal 270 161 232 0 47 20 34 505 41 72
Binary 10111000 1110001 10011010 0 100111 10000 11100 101000101 100001 111010

Color Harmonies of #B8719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8719A

Black with #B8719A

Text Example


Text Example

White with #B8719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8719A; }

 p { color: rgb(184,113,154); }

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

background-color css

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

 a { background-color: rgb(184,113,154); }

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

border-color css

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

 span { border-color: rgb(184,113,154); }

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