Html Css Color HEX #B77F9E Bouquet

📋 copy color: '#B77F9E'

red 183 ◦ green 127 ◦ blue 158

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

Shades of Bouquet #B77F9E

Tints of Bouquet #B77F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

 BLUE value IS 158 (62.11% from 255) = 33.76%

R = 39.1%
G = 27.14%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B77F9E (or 0xB77F9E) is known color: Bouquet. HEX triplet: B7, 7F and 9E. RGB value is (183,127,158). Sum of RGB (Red+Green+Blue) = 183+127+158=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F9E is #488061. Grayscale: #939393. Windows color (decimal): -4751458 or 10387383. OLE color: 10387383.

HSL color Cylindrical-coordinate representation of color #B77F9E: hue angle of 326.79º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77F9E is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 127 158 -
CMYK 0 0.31 0.14 0.28
HSL 326.79º 0.28% 0.61% -
HSV(B) 326.79º 0.31% 0.72% -
XYZ 33.29 27.71 35.94 -
YUV 147.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 183 127 158 0 0.31 0.14 0.28 326.79 0.28 0.61
Hex B7 7F 9E 0 1F E 1C 147 1C 3D
Octal 267 177 236 0 37 16 34 507 34 75
Binary 10110111 1111111 10011110 0 11111 1110 11100 101000111 11100 111101

Color Harmonies of #B77F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F9E

Black with #B77F9E

Text Example


Text Example

White with #B77F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F9E; }

 p { color: rgb(183,127,158); }

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

background-color css

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

 a { background-color: rgb(183,127,158); }

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

border-color css

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

 span { border-color: rgb(183,127,158); }

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