#B27495

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

Shades of Bouquet #B27495

Tints of Bouquet #B27495

Color information

#B27495 (or 0xB27495) is unknown color: approx Bouquet. HEX triplet: B2, 74 and 95. RGB value is (178,116,149). Sum of RGB (Red+Green+Blue) = 178+116+149=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B27495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27495 is #4D8B6A. Grayscale: #8A8A8A. Windows color (decimal): -5081963 or 9794738. OLE color: 9794738.

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

Color convert

RGB178116149-
CMYK00.350.160.30
HSL328.06º28.7%57.65%-
HSV(B)328.06º34.83%69.8%-
XYZ30.0324.1331.51-
YUV138.3134.04156.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=40.18%
G=26.19%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811614900.350.160.30328.0628.757.65
HexB27495023101E1481d3a
Octal26216422504320365103572
Binary101100101110100100101010100011100001111010100100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27495; }

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

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

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

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

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

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

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

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