Html Css Color HEX #B9749F Bouquet

📋 copy color: '#B9749F'

red 185 ◦ green 116 ◦ blue 159

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

Shades of Bouquet #B9749F

Tints of Bouquet #B9749F

RGB

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

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

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

R = 40.22%
G = 25.22%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9749F (or 0xB9749F) is known color: Bouquet. HEX triplet: B9, 74 and 9F. RGB value is (185,116,159). Sum of RGB (Red+Green+Blue) = 185+116+159=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9749F is #468B60. Grayscale: #8D8D8D. Windows color (decimal): -4623201 or 10450105. OLE color: 10450105.

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

Color convert

RGB 185 116 159 -
CMYK 0 0.37 0.14 0.27
HSL 322.61º 0.33% 0.59% -
HSV(B) 322.61º 0.37% 0.73% -
XYZ 32.51 25.31 35.97 -
YUV 141.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 185 116 159 0 0.37 0.14 0.27 322.61 0.33 0.59
Hex B9 74 9F 0 25 E 1B 143 21 3B
Octal 271 164 237 0 45 16 33 503 41 73
Binary 10111001 1110100 10011111 0 100101 1110 11011 101000011 100001 111011

Color Harmonies of #B9749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9749F

Black with #B9749F

Text Example


Text Example

White with #B9749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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