#B8789C

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

Shades of Bouquet #B8789C

Tints of Bouquet #B8789C

Color information

#B8789C (or 0xB8789C) is unknown color: approx Bouquet. HEX triplet: B8, 78 and 9C. RGB value is (184,120,156). Sum of RGB (Red+Green+Blue) = 184+120+156=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8789C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8789C is #478763. Grayscale: #8F8F8F. Windows color (decimal): -4687716 or 10254520. OLE color: 10254520.

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

Color convert

RGB184120156-
CMYK00.350.150.28
HSL326.25º31.07%59.61%-
HSV(B)326.25º34.78%72.16%-
XYZ32.4826.0234.76-
YUV143.24135.2157.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=40%
G=26.09%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412015600.350.150.28326.2531.0759.61
HexB8789C023F1C1461f3c
Octal27017023404317345063774
Binary10111000111100010011100010001111111110010100011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8789C; }

 p { color: rgb(184,120,156); }

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

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

 a { background-color: rgb(184,120,156); }

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

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

 span { border-color: rgb(184,120,156); }

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