#B27795

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

Shades of Bouquet #B27795

Tints of Bouquet #B27795

Color information

#B27795 (or 0xB27795) is unknown color: approx Bouquet. HEX triplet: B2, 77 and 95. RGB value is (178,119,149). Sum of RGB (Red+Green+Blue) = 178+119+149=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B27795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27795 is #4D886A. Grayscale: #8C8C8C. Windows color (decimal): -5081195 or 9795506. OLE color: 9795506.

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

Color convert

RGB178119149-
CMYK00.330.160.30
HSL329.49º27.7%58.24%-
HSV(B)329.49º33.15%69.8%-
XYZ30.3824.8331.62-
YUV140.06133.05155.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=39.91%
G=26.68%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811914900.330.160.30329.4927.758.24
HexB27795021101E1491c3a
Octal26216722504120365113472
Binary101100101110111100101010100001100001111010100100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27795; }

 p { color: rgb(178,119,149); }

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

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

 a { background-color: rgb(178,119,149); }

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

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

 span { border-color: rgb(178,119,149); }

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