Html Css Color HEX #B77BA1 Bouquet

📋 copy color: '#B77BA1'

red 183 ◦ green 123 ◦ blue 161

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

Shades of Bouquet #B77BA1

Tints of Bouquet #B77BA1

RGB

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

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

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

R = 39.19%
G = 26.34%
B = 34.48%

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

#B77BA1 (or 0xB77BA1) is known color: Bouquet. HEX triplet: B7, 7B and A1. RGB value is (183,123,161). Sum of RGB (Red+Green+Blue) = 183+123+161=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B77BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77BA1 is #48845E. Grayscale: #919191. Windows color (decimal): -4752479 or 10582967. OLE color: 10582967.

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

Color convert

RGB 183 123 161 -
CMYK 0 0.33 0.12 0.28
HSL 322º 0.29% 0.6% -
HSV(B) 322º 0.33% 0.72% -
XYZ 33.04 26.81 37.15 -
YUV 145.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 183 123 161 0 0.33 0.12 0.28 322 0.29 0.6
Hex B7 7B A1 0 21 C 1C 142 1D 3C
Octal 267 173 241 0 41 14 34 502 35 74
Binary 10110111 1111011 10100001 0 100001 1100 11100 101000010 11101 111100

Color Harmonies of #B77BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BA1

Black with #B77BA1

Text Example


Text Example

White with #B77BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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