Html Css Color HEX #B9799B Bouquet

📋 copy color: '#B9799B'

red 185 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #B9799B

Tints of Bouquet #B9799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.25%

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 40.13%
G = 26.25%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9799B (or 0xB9799B) is known color: Bouquet. HEX triplet: B9, 79 and 9B. RGB value is (185,121,155). Sum of RGB (Red+Green+Blue) = 185+121+155=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9799B is #468664. Grayscale: #8F8F8F. Windows color (decimal): -4621925 or 10189241. OLE color: 10189241.

HSL color Cylindrical-coordinate representation of color #B9799B: hue angle of 328.12º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9799B is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 121 155 -
CMYK 0 0.35 0.16 0.27
HSL 328.13º 0.31% 0.6% -
HSV(B) 328.13º 0.35% 0.73% -
XYZ 32.76 26.36 34.37 -
YUV 144.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 185 121 155 0 0.35 0.16 0.27 328.13 0.31 0.6
Hex B9 79 9B 0 23 10 1B 148 1F 3C
Octal 271 171 233 0 43 20 33 510 37 74
Binary 10111001 1111001 10011011 0 100011 10000 11011 101001000 11111 111100

Color Harmonies of #B9799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9799B

Black with #B9799B

Text Example


Text Example

White with #B9799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9799B; }

 p { color: rgb(185,121,155); }

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

background-color css

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

 a { background-color: rgb(185,121,155); }

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

border-color css

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

 span { border-color: rgb(185,121,155); }

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