Html Css Color HEX #B77AA1 Bouquet

📋 copy color: '#B77AA1'

red 183 ◦ green 122 ◦ blue 161

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

Shades of Bouquet #B77AA1

Tints of Bouquet #B77AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.55%

R = 39.27%
G = 26.18%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B77AA1 (or 0xB77AA1) is known color: Bouquet. HEX triplet: B7, 7A and A1. RGB value is (183,122,161). Sum of RGB (Red+Green+Blue) = 183+122+161=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AA1 is #48855E. Grayscale: #909090. Windows color (decimal): -4752735 or 10582711. OLE color: 10582711.

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

Color convert

RGB 183 122 161 -
CMYK 0 0.33 0.12 0.28
HSL 321.64º 0.3% 0.6% -
HSV(B) 321.64º 0.33% 0.72% -
XYZ 32.92 26.56 37.11 -
YUV 144.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 183 122 161 0 0.33 0.12 0.28 321.64 0.3 0.6
Hex B7 7A A1 0 21 C 1C 142 1E 3C
Octal 267 172 241 0 41 14 34 502 36 74
Binary 10110111 1111010 10100001 0 100001 1100 11100 101000010 11110 111100

Color Harmonies of #B77AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77AA1

Black with #B77AA1

Text Example


Text Example

White with #B77AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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