#B4759B

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

Shades of Bouquet #B4759B

Tints of Bouquet #B4759B

Color information

#B4759B (or 0xB4759B) is unknown color: approx Bouquet. HEX triplet: B4, 75 and 9B. RGB value is (180,117,155). Sum of RGB (Red+Green+Blue) = 180+117+155=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4759B is #4B8A64. Grayscale: #8C8C8C. Windows color (decimal): -4950629 or 10188212. OLE color: 10188212.

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

Color convert

RGB180117155-
CMYK00.350.140.29
HSL323.81º29.58%58.24%-
HSV(B)323.81º35%70.59%-
XYZ31.124.7934.16-
YUV140.17136.37156.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=39.82%
G=25.88%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011715500.350.140.29323.8129.5858.24
HexB4759B023E1D1441e3a
Octal26416523304316355043672
Binary10110100111010110011011010001111101110110100010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4759B; }

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

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

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

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

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

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

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

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