Html Css Color HEX #B9709F Bouquet

📋 copy color: '#B9709F'

red 185 ◦ green 112 ◦ blue 159

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

Shades of Bouquet #B9709F

Tints of Bouquet #B9709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.56%

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

R = 40.57%
G = 24.56%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9709F (or 0xB9709F) is known color: Bouquet. HEX triplet: B9, 70 and 9F. RGB value is (185,112,159). Sum of RGB (Red+Green+Blue) = 185+112+159=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9709F is #468F60. Grayscale: #8B8B8B. Windows color (decimal): -4624225 or 10449081. OLE color: 10449081.

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

Color convert

RGB 185 112 159 -
CMYK 0 0.39 0.14 0.27
HSL 321.37º 0.34% 0.58% -
HSV(B) 321.37º 0.39% 0.73% -
XYZ 32.06 24.41 35.82 -
YUV 139.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 185 112 159 0 0.39 0.14 0.27 321.37 0.34 0.58
Hex B9 70 9F 0 27 E 1B 141 22 3A
Octal 271 160 237 0 47 16 33 501 42 72
Binary 10111001 1110000 10011111 0 100111 1110 11011 101000001 100010 111010

Color Harmonies of #B9709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9709F

Black with #B9709F

Text Example


Text Example

White with #B9709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9709F; }

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

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

background-color css

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

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

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

border-color css

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

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

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