#B7689B

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

Shades of Bouquet #B7689B

Tints of Bouquet #B7689B

Color information

#B7689B (or 0xB7689B) is unknown color: approx Bouquet. HEX triplet: B7, 68 and 9B. RGB value is (183,104,155). Sum of RGB (Red+Green+Blue) = 183+104+155=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7689B is #489764. Grayscale: #858585. Windows color (decimal): -4757349 or 10184887. OLE color: 10184887.

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

Color convert

RGB183104155-
CMYK00.430.150.28
HSL321.27º35.43%56.27%-
HSV(B)321.27º43.17%71.76%-
XYZ30.422.3333.72-
YUV133.44140.17163.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=41.40%
G=23.53%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310415500.430.150.28321.2735.4356.27
HexB7689B02BF1C1412338
Octal26715023305317345014370
Binary101101111101000100110110101011111111100101000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7689B; }

 p { color: rgb(183,104,155); }

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

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

 a { background-color: rgb(183,104,155); }

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

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

 span { border-color: rgb(183,104,155); }

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