#B38497

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

Shades of Bouquet #B38497

Tints of Bouquet #B38497

Color information

#B38497 (or 0xB38497) is unknown color: approx Bouquet. HEX triplet: B3, 84 and 97. RGB value is (179,132,151). Sum of RGB (Red+Green+Blue) = 179+132+151=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B38497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38497 is #4C7B68. Grayscale: #949494. Windows color (decimal): -5012329 or 9929907. OLE color: 9929907.

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

Color convert

RGB179132151-
CMYK00.260.160.30
HSL335.74º23.62%60.98%-
HSV(B)335.74º26.26%70.2%-
XYZ32.4328.3233.04-
YUV148.22129.57149.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=38.74%
G=28.57%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913215100.260.160.30335.7423.6260.98
HexB3849701A101E150183d
Octal26320422703220365203075
Binary101100111000010010010111011010100001111010101000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38497; }

 p { color: rgb(179,132,151); }

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

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

 a { background-color: rgb(179,132,151); }

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

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

 span { border-color: rgb(179,132,151); }

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