Html Css Color HEX #B9739A Bouquet

📋 copy color: '#B9739A'

red 185 ◦ green 115 ◦ blue 154

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

Shades of Bouquet #B9739A

Tints of Bouquet #B9739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.33%

 BLUE value IS 154 (60.55% from 255) = 33.92%

R = 40.75%
G = 25.33%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9739A (or 0xB9739A) is known color: Bouquet. HEX triplet: B9, 73 and 9A. RGB value is (185,115,154). Sum of RGB (Red+Green+Blue) = 185+115+154=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9739A is #468C65. Grayscale: #8C8C8C. Windows color (decimal): -4623462 or 10122169. OLE color: 10122169.

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

Color convert

RGB 185 115 154 -
CMYK 0 0.38 0.17 0.27
HSL 326.57º 0.33% 0.59% -
HSV(B) 326.57º 0.38% 0.73% -
XYZ 31.97 24.91 33.69 -
YUV 140.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 185 115 154 0 0.38 0.17 0.27 326.57 0.33 0.59
Hex B9 73 9A 0 26 11 1B 147 21 3B
Octal 271 163 232 0 46 21 33 507 41 73
Binary 10111001 1110011 10011010 0 100110 10001 11011 101000111 100001 111011

Color Harmonies of #B9739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9739A

Black with #B9739A

Text Example


Text Example

White with #B9739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9739A; }

 p { color: rgb(185,115,154); }

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

background-color css

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

 a { background-color: rgb(185,115,154); }

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

border-color css

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

 span { border-color: rgb(185,115,154); }

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