Html Css Color HEX #B77D9F Bouquet

📋 copy color: '#B77D9F'

red 183 ◦ green 125 ◦ blue 159

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

Shades of Bouquet #B77D9F

Tints of Bouquet #B77D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

 BLUE value IS 159 (62.5% from 255) = 34.05%

R = 39.19%
G = 26.77%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B77D9F (or 0xB77D9F) is known color: Bouquet. HEX triplet: B7, 7D and 9F. RGB value is (183,125,159). Sum of RGB (Red+Green+Blue) = 183+125+159=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77D9F is #488260. Grayscale: #929292. Windows color (decimal): -4751969 or 10452407. OLE color: 10452407.

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

Color convert

RGB 183 125 159 -
CMYK 0 0.32 0.13 0.28
HSL 324.83º 0.29% 0.6% -
HSV(B) 324.83º 0.32% 0.72% -
XYZ 33.12 27.24 36.31 -
YUV 146.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 183 125 159 0 0.32 0.13 0.28 324.83 0.29 0.6
Hex B7 7D 9F 0 20 D 1C 145 1D 3C
Octal 267 175 237 0 40 15 34 505 35 74
Binary 10110111 1111101 10011111 0 100000 1101 11100 101000101 11101 111100

Color Harmonies of #B77D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D9F

Black with #B77D9F

Text Example


Text Example

White with #B77D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D9F; }

 p { color: rgb(183,125,159); }

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

background-color css

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

 a { background-color: rgb(183,125,159); }

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

border-color css

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

 span { border-color: rgb(183,125,159); }

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