#B77397

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

Shades of Bouquet #B77397

Tints of Bouquet #B77397

Color information

#B77397 (or 0xB77397) is unknown color: approx Bouquet. HEX triplet: B7, 73 and 97. RGB value is (183,115,151). Sum of RGB (Red+Green+Blue) = 183+115+151=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B77397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77397 is #488C68. Grayscale: #8B8B8B. Windows color (decimal): -4754537 or 9925559. OLE color: 9925559.

HSL color Cylindrical-coordinate representation of color #B77397: hue angle of 328.24º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77397 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB183115151-
CMYK00.370.170.28
HSL328.24º32.08%58.43%-
HSV(B)328.24º37.16%71.76%-
XYZ31.2524.5632.37-
YUV139.44134.53159.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=40.76%
G=25.61%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311515100.370.170.28328.2432.0858.43
HexB77397025111C148203a
Octal26716322704521345104072
Binary1011011111100111001011101001011000111100101001000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77397; }

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

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

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

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

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

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

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

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