Html Css Color HEX #B8759F Bouquet

📋 copy color: '#B8759F'

red 184 ◦ green 117 ◦ blue 159

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

Shades of Bouquet #B8759F

Tints of Bouquet #B8759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 40%
G = 25.43%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8759F (or 0xB8759F) is known color: Bouquet. HEX triplet: B8, 75 and 9F. RGB value is (184,117,159). Sum of RGB (Red+Green+Blue) = 184+117+159=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8759F is #478A60. Grayscale: #8D8D8D. Windows color (decimal): -4688481 or 10450360. OLE color: 10450360.

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

Color convert

RGB 184 117 159 -
CMYK 0 0.36 0.14 0.28
HSL 322.39º 0.32% 0.59% -
HSV(B) 322.39º 0.36% 0.72% -
XYZ 32.39 25.42 36 -
YUV 141.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 184 117 159 0 0.36 0.14 0.28 322.39 0.32 0.59
Hex B8 75 9F 0 24 E 1C 142 20 3B
Octal 270 165 237 0 44 16 34 502 40 73
Binary 10111000 1110101 10011111 0 100100 1110 11100 101000010 100000 111011

Color Harmonies of #B8759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8759F

Black with #B8759F

Text Example


Text Example

White with #B8759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8759F; }

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

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

background-color css

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

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

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

border-color css

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

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

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