Html Css Color HEX #B9699D Bouquet

📋 copy color: '#B9699D'

red 185 ◦ green 105 ◦ blue 157

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

Shades of Bouquet #B9699D

Tints of Bouquet #B9699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 41.39%
G = 23.49%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9699D (or 0xB9699D) is known color: Bouquet. HEX triplet: B9, 69 and 9D. RGB value is (185,105,157). Sum of RGB (Red+Green+Blue) = 185+105+157=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9699D is #469662. Grayscale: #868686. Windows color (decimal): -4626019 or 10316217. OLE color: 10316217.

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

Color convert

RGB 185 105 157 -
CMYK 0 0.43 0.15 0.27
HSL 321º 0.36% 0.57% -
HSV(B) 321º 0.43% 0.73% -
XYZ 31.14 22.85 34.67 -
YUV 134.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 185 105 157 0 0.43 0.15 0.27 321 0.36 0.57
Hex B9 69 9D 0 2B F 1B 141 24 39
Octal 271 151 235 0 53 17 33 501 44 71
Binary 10111001 1101001 10011101 0 101011 1111 11011 101000001 100100 111001

Color Harmonies of #B9699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9699D

Black with #B9699D

Text Example


Text Example

White with #B9699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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