#B9689D

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

Shades of Bouquet #B9689D

Tints of Bouquet #B9689D

Color information

#B9689D (or 0xB9689D) is unknown color: approx Bouquet. HEX triplet: B9, 68 and 9D. RGB value is (185,104,157). Sum of RGB (Red+Green+Blue) = 185+104+157=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9689D is #469762. Grayscale: #868686. Windows color (decimal): -4626275 or 10315961. OLE color: 10315961.

HSL color Cylindrical-coordinate representation of color #B9689D: hue angle of 320.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9689D is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185104157-
CMYK00.440.150.27
HSL320.74º36.65%56.67%-
HSV(B)320.74º43.78%72.55%-
XYZ31.0422.6534.63-
YUV134.26140.84164.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=41.48%
G=23.32%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510415700.440.150.27320.7436.6556.67
HexB9689D02CF1B1412539
Octal27115023505417335014571
Binary101110011101000100111010101100111111011101000001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9689D; }

 p { color: rgb(185,104,157); }

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

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

 a { background-color: rgb(185,104,157); }

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

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

 span { border-color: rgb(185,104,157); }

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