Html Css Color HEX #B9649F Bouquet

📋 copy color: '#B9649F'

red 185 ◦ green 100 ◦ blue 159

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

Shades of Bouquet #B9649F

Tints of Bouquet #B9649F

RGB

 RED value IS 185 (72.66% from 255) = 41.67%

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

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

R = 41.67%
G = 22.52%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9649F (or 0xB9649F) is known color: Bouquet. HEX triplet: B9, 64 and 9F. RGB value is (185,100,159). Sum of RGB (Red+Green+Blue) = 185+100+159=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9649F is #469B60. Grayscale: #838383. Windows color (decimal): -4627297 or 10446009. OLE color: 10446009.

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

Color convert

RGB 185 100 159 -
CMYK 0 0.46 0.14 0.27
HSL 318.35º 0.38% 0.56% -
HSV(B) 318.35º 0.46% 0.73% -
XYZ 30.82 21.93 35.41 -
YUV 132.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 185 100 159 0 0.46 0.14 0.27 318.35 0.38 0.56
Hex B9 64 9F 0 2E E 1B 13E 26 38
Octal 271 144 237 0 56 16 33 476 46 70
Binary 10111001 1100100 10011111 0 101110 1110 11011 100111110 100110 111000

Color Harmonies of #B9649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9649F

Black with #B9649F

Text Example


Text Example

White with #B9649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9649F; }

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

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

background-color css

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

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

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

border-color css

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

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

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