#B0679A

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

Shades of Bouquet #B0679A

Tints of Bouquet #B0679A

Color information

#B0679A (or 0xB0679A) is unknown color: approx Bouquet. HEX triplet: B0, 67 and 9A. RGB value is (176,103,154). Sum of RGB (Red+Green+Blue) = 176+103+154=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0679A is #4F9865. Grayscale: #828282. Windows color (decimal): -5216358 or 10119088. OLE color: 10119088.

HSL color Cylindrical-coordinate representation of color #B0679A: hue angle of 318.08º degrees, saturation: 0.32, 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 #B0679A is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176103154-
CMYK00.410.120.31
HSL318.08º31.6%54.71%-
HSV(B)318.08º41.48%69.02%-
XYZ28.5921.2633.17-
YUV130.64141.18160.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=40.65%
G=23.79%
B=35.57%

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
Decimal17610315400.410.120.31318.0831.654.71
HexB0679A029C1F13e2037
Octal26014723205114374764067
Binary101100001100111100110100101001110011111100111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0679A; }

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

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

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

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

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

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

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

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