Html Css Color HEX #B77F98 Bouquet

📋 copy color: '#B77F98'

red 183 ◦ green 127 ◦ blue 152

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

Shades of Bouquet #B77F98

Tints of Bouquet #B77F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.9%

R = 39.61%
G = 27.49%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B77F98 (or 0xB77F98) is known color: Bouquet. HEX triplet: B7, 7F and 98. RGB value is (183,127,152). Sum of RGB (Red+Green+Blue) = 183+127+152=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F98 is #488067. Grayscale: #929292. Windows color (decimal): -4751464 or 9994167. OLE color: 9994167.

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

Color convert

RGB 183 127 152 -
CMYK 0 0.31 0.17 0.28
HSL 333.21º 0.28% 0.61% -
HSV(B) 333.21º 0.31% 0.72% -
XYZ 32.79 27.51 33.29 -
YUV 146.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 183 127 152 0 0.31 0.17 0.28 333.21 0.28 0.61
Hex B7 7F 98 0 1F 11 1C 14D 1C 3D
Octal 267 177 230 0 37 21 34 515 34 75
Binary 10110111 1111111 10011000 0 11111 10001 11100 101001101 11100 111101

Color Harmonies of #B77F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F98

Black with #B77F98

Text Example


Text Example

White with #B77F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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