Html Css Color HEX #B77BAA Bouquet

📋 copy color: '#B77BAA'

red 183 ◦ green 123 ◦ blue 170

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

Shades of Bouquet #B77BAA

Tints of Bouquet #B77BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.84%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 38.45%
G = 25.84%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B77BAA (or 0xB77BAA) is known color: Bouquet. HEX triplet: B7, 7B and AA. RGB value is (183,123,170). Sum of RGB (Red+Green+Blue) = 183+123+170=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B77BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77BAA is #488455. Grayscale: #929292. Windows color (decimal): -4752470 or 11172791. OLE color: 11172791.

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

Color convert

RGB 183 123 170 -
CMYK 0 0.33 0.07 0.28
HSL 313º 0.29% 0.6% -
HSV(B) 313º 0.33% 0.72% -
XYZ 33.87 27.14 41.48 -
YUV 146.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 183 123 170 0 0.33 0.07 0.28 313 0.29 0.6
Hex B7 7B AA 0 21 7 1C 139 1D 3C
Octal 267 173 252 0 41 7 34 471 35 74
Binary 10110111 1111011 10101010 0 100001 111 11100 100111001 11101 111100

Color Harmonies of #B77BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BAA

Black with #B77BAA

Text Example


Text Example

White with #B77BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BAA; }

 p { color: rgb(183,123,170); }

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

background-color css

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

 a { background-color: rgb(183,123,170); }

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

border-color css

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

 span { border-color: rgb(183,123,170); }

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