Html Css Color HEX #B5779C Bouquet

📋 copy color: '#B5779C'

red 181 ◦ green 119 ◦ blue 156

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

Shades of Bouquet #B5779C

Tints of Bouquet #B5779C

RGB

 RED value IS 181 (71.09% from 255) = 39.69%

 GREEN value IS 119 (46.88% from 255) = 26.1%

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 39.69%
G = 26.1%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5779C (or 0xB5779C) is known color: Bouquet. HEX triplet: B5, 77 and 9C. RGB value is (181,119,156). Sum of RGB (Red+Green+Blue) = 181+119+156=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5779C is #4A8863. Grayscale: #8D8D8D. Windows color (decimal): -4884580 or 10254261. OLE color: 10254261.

HSL color Cylindrical-coordinate representation of color #B5779C: hue angle of 324.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5779C is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 156 -
CMYK 0 0.34 0.14 0.29
HSL 324.19º 0.3% 0.59% -
HSV(B) 324.19º 0.34% 0.71% -
XYZ 31.65 25.42 34.69 -
YUV 141.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 181 119 156 0 0.34 0.14 0.29 324.19 0.3 0.59
Hex B5 77 9C 0 22 E 1D 144 1E 3B
Octal 265 167 234 0 42 16 35 504 36 73
Binary 10110101 1110111 10011100 0 100010 1110 11101 101000100 11110 111011

Color Harmonies of #B5779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5779C

Black with #B5779C

Text Example


Text Example

White with #B5779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5779C; }

 p { color: rgb(181,119,156); }

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

background-color css

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

 a { background-color: rgb(181,119,156); }

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

border-color css

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

 span { border-color: rgb(181,119,156); }

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