#B77B97

Color #B77B97 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B77B97

Tints of Bouquet #B77B97

Color information

#B77B97 (or 0xB77B97) is unknown color: approx Bouquet. HEX triplet: B7, 7B and 97. RGB value is (183,123,151). Sum of RGB (Red+Green+Blue) = 183+123+151=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77B97 is #488468. Grayscale: #909090. Windows color (decimal): -4752489 or 9927607. OLE color: 9927607.

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

Color convert

RGB183123151-
CMYK00.330.170.28
HSL332º29.41%60%-
HSV(B)332º32.79%71.76%-
XYZ32.226.4732.69-
YUV144.13131.88155.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=40.04%
G=26.91%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312315100.330.170.2833229.4160
HexB77B97021111C14c1d3c
Octal26717322704121345143574
Binary101101111111011100101110100001100011110010100110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B97; }

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

 H1.HeaderClassName
 {
   color: #B77B97;
 }
 .AnyTagClassName
 {
   color: #B77B97;
 }
</style>
background-color css

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

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

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

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

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

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