#B27599

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

Shades of Bouquet #B27599

Tints of Bouquet #B27599

Color information

#B27599 (or 0xB27599) is unknown color: approx Bouquet. HEX triplet: B2, 75 and 99. RGB value is (178,117,153). Sum of RGB (Red+Green+Blue) = 178+117+153=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B27599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27599 is #4D8A66. Grayscale: #8B8B8B. Windows color (decimal): -5081703 or 10057138. OLE color: 10057138.

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

Color convert

RGB178117153-
CMYK00.340.140.30
HSL324.59º28.37%57.84%-
HSV(B)324.59º34.27%69.8%-
XYZ30.4724.4933.26-
YUV139.34135.71155.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=39.73%
G=26.12%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811715300.340.140.30324.5928.3757.84
HexB27599022E1E1451c3a
Octal26216523104216365053472
Binary10110010111010110011001010001011101111010100010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27599; }

 p { color: rgb(178,117,153); }

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

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

 a { background-color: rgb(178,117,153); }

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

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

 span { border-color: rgb(178,117,153); }

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