#B8759B

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

Shades of Bouquet #B8759B

Tints of Bouquet #B8759B

Color information

#B8759B (or 0xB8759B) is unknown color: approx Bouquet. HEX triplet: B8, 75 and 9B. RGB value is (184,117,155). Sum of RGB (Red+Green+Blue) = 184+117+155=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B8759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8759B is #478A64. Grayscale: #8D8D8D. Windows color (decimal): -4688485 or 10188216. OLE color: 10188216.

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

Color convert

RGB184117155-
CMYK00.360.160.28
HSL325.97º32.06%59.02%-
HSV(B)325.97º36.41%72.16%-
XYZ32.0425.2834.2-
YUV141.36135.7158.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=40.35%
G=25.66%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411715500.360.160.28325.9732.0659.02
HexB8759B024101C146203b
Octal27016523304420345064073
Binary1011100011101011001101101001001000011100101000110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8759B; }

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

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

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

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

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

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

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

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