#B8699A

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

Shades of Bouquet #B8699A

Tints of Bouquet #B8699A

Color information

#B8699A (or 0xB8699A) is unknown color: approx Bouquet. HEX triplet: B8, 69 and 9A. RGB value is (184,105,154). Sum of RGB (Red+Green+Blue) = 184+105+154=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8699A is #479665. Grayscale: #868686. Windows color (decimal): -4691558 or 10119608. OLE color: 10119608.

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

Color convert

RGB184105154-
CMYK00.430.160.28
HSL322.78º35.75%56.67%-
HSV(B)322.78º42.93%72.16%-
XYZ30.6522.6333.32-
YUV134.21139.17163.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=41.53%
G=23.70%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410515400.430.160.28322.7835.7556.67
HexB8699A02B101C1432439
Octal27015123205320345034471
Binary1011100011010011001101001010111000011100101000011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8699A; }

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

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

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

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

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

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

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

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