#B4769B

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

Shades of Bouquet #B4769B

Tints of Bouquet #B4769B

Color information

#B4769B (or 0xB4769B) is unknown color: approx Bouquet. HEX triplet: B4, 76 and 9B. RGB value is (180,118,155). Sum of RGB (Red+Green+Blue) = 180+118+155=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4769B is #4B8964. Grayscale: #8C8C8C. Windows color (decimal): -4950373 or 10188468. OLE color: 10188468.

HSL color Cylindrical-coordinate representation of color #B4769B: hue angle of 324.19º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4769B is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180118155-
CMYK00.340.140.29
HSL324.19º29.25%58.43%-
HSV(B)324.19º34.44%70.59%-
XYZ31.2225.0334.2-
YUV140.76136.04155.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=39.74%
G=26.05%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011815500.340.140.29324.1929.2558.43
HexB4769B022E1D1441d3a
Octal26416623304216355043572
Binary10110100111011010011011010001011101110110100010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4769B; }

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

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

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

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

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

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

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

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