Html Css Color HEX #B8649E Bouquet

📋 copy color: '#B8649E'

red 184 ◦ green 100 ◦ blue 158

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

Shades of Bouquet #B8649E

Tints of Bouquet #B8649E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 41.63%
G = 22.62%
B = 35.75%

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

#B8649E (or 0xB8649E) is known color: Bouquet. HEX triplet: B8, 64 and 9E. RGB value is (184,100,158). Sum of RGB (Red+Green+Blue) = 184+100+158=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8649E is #479B61. Grayscale: #838383. Windows color (decimal): -4692834 or 10380472. OLE color: 10380472.

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

Color convert

RGB 184 100 158 -
CMYK 0 0.46 0.14 0.28
HSL 318.57º 0.37% 0.56% -
HSV(B) 318.57º 0.46% 0.72% -
XYZ 30.5 21.77 34.94 -
YUV 131.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 184 100 158 0 0.46 0.14 0.28 318.57 0.37 0.56
Hex B8 64 9E 0 2E E 1C 13F 25 38
Octal 270 144 236 0 56 16 34 477 45 70
Binary 10111000 1100100 10011110 0 101110 1110 11100 100111111 100101 111000

Color Harmonies of #B8649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8649E

Black with #B8649E

Text Example


Text Example

White with #B8649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8649E; }

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

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

background-color css

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

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

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

border-color css

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

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

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