#B788A5

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

Shades of Bouquet #B788A5

Tints of Bouquet #B788A5

Color information

#B788A5 (or 0xB788A5) is unknown color: approx Bouquet. HEX triplet: B7, 88 and A5. RGB value is (183,136,165). Sum of RGB (Red+Green+Blue) = 183+136+165=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B788A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B788A5 is #48775A. Grayscale: #999999. Windows color (decimal): -4749147 or 10848439. OLE color: 10848439.

HSL color Cylindrical-coordinate representation of color #B788A5: hue angle of 322.98º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B788A5 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB183136165-
CMYK00.260.100.28
HSL322.98º24.61%62.55%-
HSV(B)322.98º25.68%71.76%-
XYZ35.1230.3939.61-
YUV153.36134.57149.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=37.81%
G=28.10%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313616500.260.100.28322.9824.6162.55
HexB788A501AA1C143193f
Octal26721024503212345033177
Binary10110111100010001010010101101010101110010100001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788A5; }

 p { color: rgb(183,136,165); }

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

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

 a { background-color: rgb(183,136,165); }

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

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

 span { border-color: rgb(183,136,165); }

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