#B788A0

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

Shades of Bouquet #B788A0

Tints of Bouquet #B788A0

Color information

#B788A0 (or 0xB788A0) is unknown color: approx Bouquet. HEX triplet: B7, 88 and A0. RGB value is (183,136,160). Sum of RGB (Red+Green+Blue) = 183+136+160=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B788A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B788A0 is #48775F. Grayscale: #989898. Windows color (decimal): -4749152 or 10520759. OLE color: 10520759.

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

Color convert

RGB183136160-
CMYK00.260.130.28
HSL329.36º24.61%62.55%-
HSV(B)329.36º25.68%71.76%-
XYZ34.6830.2137.26-
YUV152.79132.07149.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=38.20%
G=28.39%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313616000.260.130.28329.3624.6162.55
HexB788A001AD1C149193f
Octal26721024003215345113177
Binary10110111100010001010000001101011011110010100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788A0; }

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

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

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

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

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

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

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

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