Html Css Color HEX #B9659E Bouquet

📋 copy color: '#B9659E'

red 185 ◦ green 101 ◦ blue 158

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

Shades of Bouquet #B9659E

Tints of Bouquet #B9659E

RGB

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

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

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

R = 41.67%
G = 22.75%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9659E (or 0xB9659E) is known color: Bouquet. HEX triplet: B9, 65 and 9E. RGB value is (185,101,158). Sum of RGB (Red+Green+Blue) = 185+101+158=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9659E is #469A61. Grayscale: #848484. Windows color (decimal): -4627042 or 10380729. OLE color: 10380729.

HSL color Cylindrical-coordinate representation of color #B9659E: hue angle of 319.29º 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 #B9659E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 158 -
CMYK 0 0.45 0.15 0.27
HSL 319.29º 0.38% 0.56% -
HSV(B) 319.29º 0.45% 0.73% -
XYZ 30.83 22.09 34.99 -
YUV 132.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 185 101 158 0 0.45 0.15 0.27 319.29 0.38 0.56
Hex B9 65 9E 0 2D F 1B 13F 26 38
Octal 271 145 236 0 55 17 33 477 46 70
Binary 10111001 1100101 10011110 0 101101 1111 11011 100111111 100110 111000

Color Harmonies of #B9659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9659E

Black with #B9659E

Text Example


Text Example

White with #B9659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9659E; }

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

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

background-color css

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

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

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

border-color css

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

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

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