#B8699E

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

Shades of Bouquet #B8699E

Tints of Bouquet #B8699E

Color information

#B8699E (or 0xB8699E) is unknown color: approx Bouquet. HEX triplet: B8, 69 and 9E. RGB value is (184,105,158). Sum of RGB (Red+Green+Blue) = 184+105+158=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8699E is #479661. Grayscale: #868686. Windows color (decimal): -4691554 or 10381752. OLE color: 10381752.

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

Color convert

RGB184105158-
CMYK00.430.140.28
HSL319.75º35.75%56.67%-
HSV(B)319.75º42.93%72.16%-
XYZ30.9922.7635.11-
YUV134.66141.17163.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=41.16%
G=23.49%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410515800.430.140.28319.7535.7556.67
HexB8699E02BE1C1402439
Octal27015123605316345004471
Binary101110001101001100111100101011111011100101000000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8699E; }

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

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

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

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

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

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

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

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