Html Css Color HEX #B777A0 Bouquet

📋 copy color: '#B777A0'

red 183 ◦ green 119 ◦ blue 160

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

Shades of Bouquet #B777A0

Tints of Bouquet #B777A0

RGB

 RED value IS 183 (71.88% from 255) = 39.61%

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

 BLUE value IS 160 (62.89% from 255) = 34.63%

R = 39.61%
G = 25.76%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B777A0 (or 0xB777A0) is known color: Bouquet. HEX triplet: B7, 77 and A0. RGB value is (183,119,160). Sum of RGB (Red+Green+Blue) = 183+119+160=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B777A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777A0 is #48885F. Grayscale: #8E8E8E. Windows color (decimal): -4753504 or 10516407. OLE color: 10516407.

HSL color Cylindrical-coordinate representation of color #B777A0: hue angle of 321.56º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B777A0 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 119 160 -
CMYK 0 0.35 0.13 0.28
HSL 321.56º 0.31% 0.59% -
HSV(B) 321.56º 0.35% 0.72% -
XYZ 32.47 25.8 36.53 -
YUV 142.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 183 119 160 0 0.35 0.13 0.28 321.56 0.31 0.59
Hex B7 77 A0 0 23 D 1C 142 1F 3B
Octal 267 167 240 0 43 15 34 502 37 73
Binary 10110111 1110111 10100000 0 100011 1101 11100 101000010 11111 111011

Color Harmonies of #B777A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777A0

Black with #B777A0

Text Example


Text Example

White with #B777A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B777A0; }

 p { color: rgb(183,119,160); }

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

background-color css

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

 a { background-color: rgb(183,119,160); }

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

border-color css

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

 span { border-color: rgb(183,119,160); }

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