Html Css Color HEX #B9749B Bouquet

📋 copy color: '#B9749B'

red 185 ◦ green 116 ◦ blue 155

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

Shades of Bouquet #B9749B

Tints of Bouquet #B9749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.44%

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

R = 40.57%
G = 25.44%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9749B (or 0xB9749B) is known color: Bouquet. HEX triplet: B9, 74 and 9B. RGB value is (185,116,155). Sum of RGB (Red+Green+Blue) = 185+116+155=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9749B is #468B64. Grayscale: #8C8C8C. Windows color (decimal): -4623205 or 10187961. OLE color: 10187961.

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

Color convert

RGB 185 116 155 -
CMYK 0 0.37 0.16 0.27
HSL 326.09º 0.33% 0.59% -
HSV(B) 326.09º 0.37% 0.73% -
XYZ 32.17 25.17 34.17 -
YUV 141.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 185 116 155 0 0.37 0.16 0.27 326.09 0.33 0.59
Hex B9 74 9B 0 25 10 1B 146 21 3B
Octal 271 164 233 0 45 20 33 506 41 73
Binary 10111001 1110100 10011011 0 100101 10000 11011 101000110 100001 111011

Color Harmonies of #B9749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9749B

Black with #B9749B

Text Example


Text Example

White with #B9749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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