#B7759B

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

Shades of Bouquet #B7759B

Tints of Bouquet #B7759B

Color information

#B7759B (or 0xB7759B) is unknown color: approx Bouquet. HEX triplet: B7, 75 and 9B. RGB value is (183,117,155). Sum of RGB (Red+Green+Blue) = 183+117+155=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7759B is #488A64. Grayscale: #8C8C8C. Windows color (decimal): -4754021 or 10188215. OLE color: 10188215.

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

Color convert

RGB183117155-
CMYK00.360.150.28
HSL325.45º31.43%58.82%-
HSV(B)325.45º36.07%71.76%-
XYZ31.8125.1634.19-
YUV141.07135.87157.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=40.22%
G=25.71%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311715500.360.150.28325.4531.4358.82
HexB7759B024F1C1451f3b
Octal26716523304417345053773
Binary10110111111010110011011010010011111110010100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7759B; }

 p { color: rgb(183,117,155); }

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

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

 a { background-color: rgb(183,117,155); }

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

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

 span { border-color: rgb(183,117,155); }

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