Html Css Color HEX #B9709E Bouquet

📋 copy color: '#B9709E'

red 185 ◦ green 112 ◦ blue 158

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

Shades of Bouquet #B9709E

Tints of Bouquet #B9709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.73%

R = 40.66%
G = 24.62%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9709E (or 0xB9709E) is known color: Bouquet. HEX triplet: B9, 70 and 9E. RGB value is (185,112,158). Sum of RGB (Red+Green+Blue) = 185+112+158=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9709E is #468F61. Grayscale: #8A8A8A. Windows color (decimal): -4624226 or 10383545. OLE color: 10383545.

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

Color convert

RGB 185 112 158 -
CMYK 0 0.39 0.15 0.27
HSL 322.19º 0.34% 0.58% -
HSV(B) 322.19º 0.39% 0.73% -
XYZ 31.97 24.37 35.37 -
YUV 139.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 185 112 158 0 0.39 0.15 0.27 322.19 0.34 0.58
Hex B9 70 9E 0 27 F 1B 142 22 3A
Octal 271 160 236 0 47 17 33 502 42 72
Binary 10111001 1110000 10011110 0 100111 1111 11011 101000010 100010 111010

Color Harmonies of #B9709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9709E

Black with #B9709E

Text Example


Text Example

White with #B9709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9709E; }

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

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

background-color css

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

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

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

border-color css

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

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

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