#B8699D

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

Shades of Bouquet #B8699D

Tints of Bouquet #B8699D

Color information

#B8699D (or 0xB8699D) is unknown color: approx Bouquet. HEX triplet: B8, 69 and 9D. RGB value is (184,105,157). Sum of RGB (Red+Green+Blue) = 184+105+157=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8699D is #479662. Grayscale: #868686. Windows color (decimal): -4691555 or 10316216. OLE color: 10316216.

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

Color convert

RGB184105157-
CMYK00.430.150.28
HSL320.51º35.75%56.67%-
HSV(B)320.51º42.93%72.16%-
XYZ30.922.7334.66-
YUV134.55140.67163.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=41.26%
G=23.54%
B=35.20%

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
Decimal18410515700.430.150.28320.5135.7556.67
HexB8699D02BF1C1412439
Octal27015123505317345014471
Binary101110001101001100111010101011111111100101000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8699D; }

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

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

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

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

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

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

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

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