#B38295

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

Shades of Bouquet #B38295

Tints of Bouquet #B38295

Color information

#B38295 (or 0xB38295) is unknown color: approx Bouquet. HEX triplet: B3, 82 and 95. RGB value is (179,130,149). Sum of RGB (Red+Green+Blue) = 179+130+149=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B38295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38295 is #4C7D6A. Grayscale: #929292. Windows color (decimal): -5012843 or 9798323. OLE color: 9798323.

HSL color Cylindrical-coordinate representation of color #B38295: hue angle of 336.73º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38295 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179130149-
CMYK00.270.170.30
HSL336.73º24.38%60.59%-
HSV(B)336.73º27.37%70.2%-
XYZ3227.7232.1-
YUV146.82129.23150.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=39.08%
G=28.38%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913014900.270.170.30336.7324.3860.59
HexB3829501B111E151183d
Octal26320222503321365213075
Binary101100111000001010010101011011100011111010101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38295; }

 p { color: rgb(179,130,149); }

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

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

 a { background-color: rgb(179,130,149); }

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

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

 span { border-color: rgb(179,130,149); }

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