Html Css Color HEX #B77A9C Bouquet

📋 copy color: '#B77A9C'

red 183 ◦ green 122 ◦ blue 156

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

Shades of Bouquet #B77A9C

Tints of Bouquet #B77A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 39.7%
G = 26.46%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B77A9C (or 0xB77A9C) is known color: Bouquet. HEX triplet: B7, 7A and 9C. RGB value is (183,122,156). Sum of RGB (Red+Green+Blue) = 183+122+156=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A9C is #488563. Grayscale: #909090. Windows color (decimal): -4752740 or 10255031. OLE color: 10255031.

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

Color convert

RGB 183 122 156 -
CMYK 0 0.33 0.15 0.28
HSL 326.56º 0.3% 0.6% -
HSV(B) 326.56º 0.33% 0.72% -
XYZ 32.49 26.39 34.83 -
YUV 144.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 183 122 156 0 0.33 0.15 0.28 326.56 0.3 0.6
Hex B7 7A 9C 0 21 F 1C 147 1E 3C
Octal 267 172 234 0 41 17 34 507 36 74
Binary 10110111 1111010 10011100 0 100001 1111 11100 101000111 11110 111100

Color Harmonies of #B77A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77A9C

Black with #B77A9C

Text Example


Text Example

White with #B77A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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