#B0689A

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

Shades of Bouquet #B0689A

Tints of Bouquet #B0689A

Color information

#B0689A (or 0xB0689A) is unknown color: approx Bouquet. HEX triplet: B0, 68 and 9A. RGB value is (176,104,154). Sum of RGB (Red+Green+Blue) = 176+104+154=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0689A is #4F9765. Grayscale: #838383. Windows color (decimal): -5216102 or 10119344. OLE color: 10119344.

HSL color Cylindrical-coordinate representation of color #B0689A: hue angle of 318.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0689A is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176104154-
CMYK00.410.120.31
HSL318.33º31.3%54.9%-
HSV(B)318.33º40.91%69.02%-
XYZ28.6921.4633.2-
YUV131.23140.85159.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=40.55%
G=23.96%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610415400.410.120.31318.3331.354.9
HexB0689A029C1F13e1f37
Octal26015023205114374763767
Binary10110000110100010011010010100111001111110011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0689A; }

 p { color: rgb(176,104,154); }

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

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

 a { background-color: rgb(176,104,154); }

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

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

 span { border-color: rgb(176,104,154); }

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