Html Css Color HEX #B777A2 Bouquet

📋 copy color: '#B777A2'

red 183 ◦ green 119 ◦ blue 162

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

Shades of Bouquet #B777A2

Tints of Bouquet #B777A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.91%

R = 39.44%
G = 25.65%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B777A2 (or 0xB777A2) is known color: Bouquet. HEX triplet: B7, 77 and A2. RGB value is (183,119,162). Sum of RGB (Red+Green+Blue) = 183+119+162=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B777A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777A2 is #48885D. Grayscale: #8E8E8E. Windows color (decimal): -4753502 or 10647479. OLE color: 10647479.

HSL color Cylindrical-coordinate representation of color #B777A2: hue angle of 319.69º 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 #B777A2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 119 162 -
CMYK 0 0.35 0.11 0.28
HSL 319.69º 0.31% 0.59% -
HSV(B) 319.69º 0.35% 0.72% -
XYZ 32.65 25.87 37.46 -
YUV 143.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 183 119 162 0 0.35 0.11 0.28 319.69 0.31 0.59
Hex B7 77 A2 0 23 B 1C 140 1F 3B
Octal 267 167 242 0 43 13 34 500 37 73
Binary 10110111 1110111 10100010 0 100011 1011 11100 101000000 11111 111011

Color Harmonies of #B777A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777A2

Black with #B777A2

Text Example


Text Example

White with #B777A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B777A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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