#B6679D

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

Shades of Bouquet #B6679D

Tints of Bouquet #B6679D

Color information

#B6679D (or 0xB6679D) is unknown color: approx Bouquet. HEX triplet: B6, 67 and 9D. RGB value is (182,103,157). Sum of RGB (Red+Green+Blue) = 182+103+157=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6679D is #499862. Grayscale: #848484. Windows color (decimal): -4823139 or 10315702. OLE color: 10315702.

HSL color Cylindrical-coordinate representation of color #B6679D: hue angle of 318.99º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6679D is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182103157-
CMYK00.430.140.29
HSL318.99º35.11%55.88%-
HSV(B)318.99º43.41%71.37%-
XYZ30.2322.0834.57-
YUV132.78141.67163.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 103 (40.62% from 255) = 23.30%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=41.18%
G=23.30%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210315700.430.140.29318.9935.1155.88
HexB6679D02BE1D13f2338
Octal26614723505316354774370
Binary101101101100111100111010101011111011101100111111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6679D; }

 p { color: rgb(182,103,157); }

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

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

 a { background-color: rgb(182,103,157); }

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

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

 span { border-color: rgb(182,103,157); }

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