Html Css Color HEX #B9759A Bouquet

📋 copy color: '#B9759A'

red 185 ◦ green 117 ◦ blue 154

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

Shades of Bouquet #B9759A

Tints of Bouquet #B9759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

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

R = 40.57%
G = 25.66%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9759A (or 0xB9759A) is known color: Bouquet. HEX triplet: B9, 75 and 9A. RGB value is (185,117,154). Sum of RGB (Red+Green+Blue) = 185+117+154=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9759A is #468A65. Grayscale: #8D8D8D. Windows color (decimal): -4622950 or 10122681. OLE color: 10122681.

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

Color convert

RGB 185 117 154 -
CMYK 0 0.37 0.17 0.27
HSL 327.35º 0.33% 0.59% -
HSV(B) 327.35º 0.37% 0.73% -
XYZ 32.2 25.37 33.77 -
YUV 141.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 185 117 154 0 0.37 0.17 0.27 327.35 0.33 0.59
Hex B9 75 9A 0 25 11 1B 147 21 3B
Octal 271 165 232 0 45 21 33 507 41 73
Binary 10111001 1110101 10011010 0 100101 10001 11011 101000111 100001 111011

Color Harmonies of #B9759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9759A

Black with #B9759A

Text Example


Text Example

White with #B9759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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