Html Css Color HEX #B8749F Bouquet

📋 copy color: '#B8749F'

red 184 ◦ green 116 ◦ blue 159

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

Shades of Bouquet #B8749F

Tints of Bouquet #B8749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

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

R = 40.09%
G = 25.27%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8749F (or 0xB8749F) is known color: Bouquet. HEX triplet: B8, 74 and 9F. RGB value is (184,116,159). Sum of RGB (Red+Green+Blue) = 184+116+159=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8749F is #478B60. Grayscale: #8D8D8D. Windows color (decimal): -4688737 or 10450104. OLE color: 10450104.

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

Color convert

RGB 184 116 159 -
CMYK 0 0.37 0.14 0.28
HSL 322.06º 0.32% 0.59% -
HSV(B) 322.06º 0.37% 0.72% -
XYZ 32.27 25.18 35.96 -
YUV 141.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 184 116 159 0 0.37 0.14 0.28 322.06 0.32 0.59
Hex B8 74 9F 0 25 E 1C 142 20 3B
Octal 270 164 237 0 45 16 34 502 40 73
Binary 10111000 1110100 10011111 0 100101 1110 11100 101000010 100000 111011

Color Harmonies of #B8749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8749F

Black with #B8749F

Text Example


Text Example

White with #B8749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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