Html Css Color HEX #B77CAA Bouquet

📋 copy color: '#B77CAA'

red 183 ◦ green 124 ◦ blue 170

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

Shades of Bouquet #B77CAA

Tints of Bouquet #B77CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 38.36%
G = 26%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B77CAA (or 0xB77CAA) is known color: Bouquet. HEX triplet: B7, 7C and AA. RGB value is (183,124,170). Sum of RGB (Red+Green+Blue) = 183+124+170=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B77CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77CAA is #488355. Grayscale: #929292. Windows color (decimal): -4752214 or 11173047. OLE color: 11173047.

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

Color convert

RGB 183 124 170 -
CMYK 0 0.32 0.07 0.28
HSL 313.22º 0.29% 0.6% -
HSV(B) 313.22º 0.32% 0.72% -
XYZ 33.99 27.38 41.52 -
YUV 146.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 183 124 170 0 0.32 0.07 0.28 313.22 0.29 0.6
Hex B7 7C AA 0 20 7 1C 139 1D 3C
Octal 267 174 252 0 40 7 34 471 35 74
Binary 10110111 1111100 10101010 0 100000 111 11100 100111001 11101 111100

Color Harmonies of #B77CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CAA

Black with #B77CAA

Text Example


Text Example

White with #B77CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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