#B7669E

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

Shades of Bouquet #B7669E

Tints of Bouquet #B7669E

Color information

#B7669E (or 0xB7669E) is unknown color: approx Bouquet. HEX triplet: B7, 66 and 9E. RGB value is (183,102,158). Sum of RGB (Red+Green+Blue) = 183+102+158=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7669E is #489961. Grayscale: #848484. Windows color (decimal): -4757858 or 10380983. OLE color: 10380983.

HSL color Cylindrical-coordinate representation of color #B7669E: hue angle of 318.52º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7669E is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB183102158-
CMYK00.440.140.28
HSL318.52º36%55.88%-
HSV(B)318.52º44.26%71.76%-
XYZ30.4522.0435-
YUV132.6142.34163.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=41.31%
G=23.02%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310215800.440.140.28318.523655.88
HexB7669E02CE1C13f2438
Octal26714623605416344774470
Binary101101111100110100111100101100111011100100111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7669E; }

 p { color: rgb(183,102,158); }

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

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

 a { background-color: rgb(183,102,158); }

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

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

 span { border-color: rgb(183,102,158); }

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