#B769A3

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

Shades of Bouquet #B769A3

Tints of Bouquet #B769A3

Color information

#B769A3 (or 0xB769A3) is unknown color: approx Bouquet. HEX triplet: B7, 69 and A3. RGB value is (183,105,163). Sum of RGB (Red+Green+Blue) = 183+105+163=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B769A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B769A3 is #48965C. Grayscale: #868686. Windows color (decimal): -4757085 or 10709431. OLE color: 10709431.

HSL color Cylindrical-coordinate representation of color #B769A3: hue angle of 315.38º 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 #B769A3 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB183105163-
CMYK00.430.110.28
HSL315.38º35.14%56.47%-
HSV(B)315.38º42.62%71.76%-
XYZ31.1922.8137.41-
YUV134.93143.84162.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 163 (64.06% from 255) = 36.14%
R=40.58%
G=23.28%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310516300.430.110.28315.3835.1456.47
HexB769A302BB1C13b2338
Octal26715124305313344734370
Binary101101111101001101000110101011101111100100111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769A3; }

 p { color: rgb(183,105,163); }

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

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

 a { background-color: rgb(183,105,163); }

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

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

 span { border-color: rgb(183,105,163); }

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