#B8699C

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

Shades of Bouquet #B8699C

Tints of Bouquet #B8699C

Color information

#B8699C (or 0xB8699C) is unknown color: approx Bouquet. HEX triplet: B8, 69 and 9C. RGB value is (184,105,156). Sum of RGB (Red+Green+Blue) = 184+105+156=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8699C is #479663. Grayscale: #868686. Windows color (decimal): -4691556 or 10250680. OLE color: 10250680.

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

Color convert

RGB184105156-
CMYK00.430.150.28
HSL321.27º35.75%56.67%-
HSV(B)321.27º42.93%72.16%-
XYZ30.8222.6934.21-
YUV134.44140.17163.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=41.35%
G=23.60%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410515600.430.150.28321.2735.7556.67
HexB8699C02BF1C1412439
Octal27015123405317345014471
Binary101110001101001100111000101011111111100101000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8699C; }

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

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

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

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

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

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

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

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