#B8769C

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

Shades of Bouquet #B8769C

Tints of Bouquet #B8769C

Color information

#B8769C (or 0xB8769C) is unknown color: approx Bouquet. HEX triplet: B8, 76 and 9C. RGB value is (184,118,156). Sum of RGB (Red+Green+Blue) = 184+118+156=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8769C is #478963. Grayscale: #8D8D8D. Windows color (decimal): -4688228 or 10254008. OLE color: 10254008.

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

Color convert

RGB184118156-
CMYK00.360.150.28
HSL325.45º31.73%59.22%-
HSV(B)325.45º35.87%72.16%-
XYZ32.2525.5534.68-
YUV142.07135.87157.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=40.17%
G=25.76%
B=34.06%

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
Decimal18411815600.360.150.28325.4531.7359.22
HexB8769C024F1C145203b
Octal27016623404417345054073
Binary101110001110110100111000100100111111100101000101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8769C; }

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

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

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

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

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

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

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

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