#B0679C

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

Shades of Bouquet #B0679C

Tints of Bouquet #B0679C

Color information

#B0679C (or 0xB0679C) is unknown color: approx Bouquet. HEX triplet: B0, 67 and 9C. RGB value is (176,103,156). Sum of RGB (Red+Green+Blue) = 176+103+156=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0679C is #4F9863. Grayscale: #828282. Windows color (decimal): -5216356 or 10250160. OLE color: 10250160.

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

Color convert

RGB176103156-
CMYK00.410.110.31
HSL316.44º31.6%54.71%-
HSV(B)316.44º41.48%69.02%-
XYZ28.7621.3334.05-
YUV130.87142.18160.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=40.46%
G=23.68%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610315600.410.110.31316.4431.654.71
HexB0679C029B1F13c2037
Octal26014723405113374744067
Binary101100001100111100111000101001101111111100111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0679C; }

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

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

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

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

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

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

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

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