Html Css Color HEX #B9759B Bouquet

📋 copy color: '#B9759B'

red 185 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #B9759B

Tints of Bouquet #B9759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 40.48%
G = 25.6%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9759B (or 0xB9759B) is known color: Bouquet. HEX triplet: B9, 75 and 9B. RGB value is (185,117,155). Sum of RGB (Red+Green+Blue) = 185+117+155=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9759B is #468A64. Grayscale: #8D8D8D. Windows color (decimal): -4622949 or 10188217. OLE color: 10188217.

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

Color convert

RGB 185 117 155 -
CMYK 0 0.37 0.16 0.27
HSL 326.47º 0.33% 0.59% -
HSV(B) 326.47º 0.37% 0.73% -
XYZ 32.29 25.4 34.21 -
YUV 141.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 185 117 155 0 0.37 0.16 0.27 326.47 0.33 0.59
Hex B9 75 9B 0 25 10 1B 146 21 3B
Octal 271 165 233 0 45 20 33 506 41 73
Binary 10111001 1110101 10011011 0 100101 10000 11011 101000110 100001 111011

Color Harmonies of #B9759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9759B

Black with #B9759B

Text Example


Text Example

White with #B9759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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