Html Css Color HEX #B77AA6 Bouquet

📋 copy color: '#B77AA6'

red 183 ◦ green 122 ◦ blue 166

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

Shades of Bouquet #B77AA6

Tints of Bouquet #B77AA6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 38.85%
G = 25.9%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B77AA6 (or 0xB77AA6) is known color: Bouquet. HEX triplet: B7, 7A and A6. RGB value is (183,122,166). Sum of RGB (Red+Green+Blue) = 183+122+166=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AA6 is #488559. Grayscale: #919191. Windows color (decimal): -4752730 or 10910391. OLE color: 10910391.

HSL color Cylindrical-coordinate representation of color #B77AA6: hue angle of 316.72º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77AA6 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 122 166 -
CMYK 0 0.33 0.09 0.28
HSL 316.72º 0.3% 0.6% -
HSV(B) 316.72º 0.33% 0.72% -
XYZ 33.37 26.74 39.48 -
YUV 145.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 183 122 166 0 0.33 0.09 0.28 316.72 0.3 0.6
Hex B7 7A A6 0 21 9 1C 13D 1E 3C
Octal 267 172 246 0 41 11 34 475 36 74
Binary 10110111 1111010 10100110 0 100001 1001 11100 100111101 11110 111100

Color Harmonies of #B77AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77AA6

Black with #B77AA6

Text Example


Text Example

White with #B77AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77AA6; }

 p { color: rgb(183,122,166); }

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

background-color css

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

 a { background-color: rgb(183,122,166); }

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

border-color css

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

 span { border-color: rgb(183,122,166); }

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