Html Css Color HEX #B9659F Bouquet

📋 copy color: '#B9659F'

red 185 ◦ green 101 ◦ blue 159

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

Shades of Bouquet #B9659F

Tints of Bouquet #B9659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.7%

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

R = 41.57%
G = 22.7%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9659F (or 0xB9659F) is known color: Bouquet. HEX triplet: B9, 65 and 9F. RGB value is (185,101,159). Sum of RGB (Red+Green+Blue) = 185+101+159=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9659F is #469A60. Grayscale: #848484. Windows color (decimal): -4627041 or 10446265. OLE color: 10446265.

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

Color convert

RGB 185 101 159 -
CMYK 0 0.45 0.14 0.27
HSL 318.57º 0.38% 0.56% -
HSV(B) 318.57º 0.45% 0.73% -
XYZ 30.92 22.12 35.44 -
YUV 132.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 185 101 159 0 0.45 0.14 0.27 318.57 0.38 0.56
Hex B9 65 9F 0 2D E 1B 13F 26 38
Octal 271 145 237 0 55 16 33 477 46 70
Binary 10111001 1100101 10011111 0 101101 1110 11011 100111111 100110 111000

Color Harmonies of #B9659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9659F

Black with #B9659F

Text Example


Text Example

White with #B9659F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9659F; }

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

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

background-color css

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

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

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

border-color css

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

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

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