Html Css Color HEX #B8649F Bouquet

📋 copy color: '#B8649F'

red 184 ◦ green 100 ◦ blue 159

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

Shades of Bouquet #B8649F

Tints of Bouquet #B8649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.57%

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

R = 41.53%
G = 22.57%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8649F (or 0xB8649F) is known color: Bouquet. HEX triplet: B8, 64 and 9F. RGB value is (184,100,159). Sum of RGB (Red+Green+Blue) = 184+100+159=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8649F is #479B60. Grayscale: #838383. Windows color (decimal): -4692833 or 10446008. OLE color: 10446008.

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

Color convert

RGB 184 100 159 -
CMYK 0 0.46 0.14 0.28
HSL 317.86º 0.37% 0.56% -
HSV(B) 317.86º 0.46% 0.72% -
XYZ 30.58 21.81 35.4 -
YUV 131.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 184 100 159 0 0.46 0.14 0.28 317.86 0.37 0.56
Hex B8 64 9F 0 2E E 1C 13E 25 38
Octal 270 144 237 0 56 16 34 476 45 70
Binary 10111000 1100100 10011111 0 101110 1110 11100 100111110 100101 111000

Color Harmonies of #B8649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8649F

Black with #B8649F

Text Example


Text Example

White with #B8649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8649F; }

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

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

background-color css

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

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

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

border-color css

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

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

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