Html Css Color HEX #B9699F Bouquet

📋 copy color: '#B9699F'

red 185 ◦ green 105 ◦ blue 159

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

Shades of Bouquet #B9699F

Tints of Bouquet #B9699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.39%

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

R = 41.2%
G = 23.39%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9699F (or 0xB9699F) is known color: Bouquet. HEX triplet: B9, 69 and 9F. RGB value is (185,105,159). Sum of RGB (Red+Green+Blue) = 185+105+159=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9699F is #469660. Grayscale: #868686. Windows color (decimal): -4626017 or 10447289. OLE color: 10447289.

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

Color convert

RGB 185 105 159 -
CMYK 0 0.43 0.14 0.27
HSL 319.5º 0.36% 0.57% -
HSV(B) 319.5º 0.43% 0.73% -
XYZ 31.32 22.92 35.57 -
YUV 135.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 185 105 159 0 0.43 0.14 0.27 319.5 0.36 0.57
Hex B9 69 9F 0 2B E 1B 140 24 39
Octal 271 151 237 0 53 16 33 500 44 71
Binary 10111001 1101001 10011111 0 101011 1110 11011 101000000 100100 111001

Color Harmonies of #B9699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9699F

Black with #B9699F

Text Example


Text Example

White with #B9699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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