#B6769B

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

Shades of Bouquet #B6769B

Tints of Bouquet #B6769B

Color information

#B6769B (or 0xB6769B) is unknown color: approx Bouquet. HEX triplet: B6, 76 and 9B. RGB value is (182,118,155). Sum of RGB (Red+Green+Blue) = 182+118+155=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6769B is #498964. Grayscale: #8D8D8D. Windows color (decimal): -4819301 or 10188470. OLE color: 10188470.

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

Color convert

RGB182118155-
CMYK00.350.150.29
HSL325.31º30.48%58.82%-
HSV(B)325.31º35.16%71.37%-
XYZ31.6925.2734.22-
YUV141.35135.7156.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=40%
G=25.93%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211815500.350.150.29325.3130.4858.82
HexB6769B023F1D1451e3b
Octal26616623304317355053673
Binary10110110111011010011011010001111111110110100010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6769B; }

 p { color: rgb(182,118,155); }

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

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

 a { background-color: rgb(182,118,155); }

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

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

 span { border-color: rgb(182,118,155); }

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