#B18397

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

Shades of Bouquet #B18397

Tints of Bouquet #B18397

Color information

#B18397 (or 0xB18397) is unknown color: approx Bouquet. HEX triplet: B1, 83 and 97. RGB value is (177,131,151). Sum of RGB (Red+Green+Blue) = 177+131+151=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B18397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18397 is #4E7C68. Grayscale: #939393. Windows color (decimal): -5143657 or 9929649. OLE color: 9929649.

HSL color Cylindrical-coordinate representation of color #B18397: hue angle of 333.91º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B18397 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB177131151-
CMYK00.260.150.31
HSL333.91º22.77%60.39%-
HSV(B)333.91º25.99%69.41%-
XYZ31.8327.8132.97-
YUV147.03130.24149.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=38.56%
G=28.54%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713115100.260.150.31333.9122.7760.39
HexB1839701AF1F14e173c
Octal26120322703217375162774
Binary10110001100000111001011101101011111111110100111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18397; }

 p { color: rgb(177,131,151); }

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

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

 a { background-color: rgb(177,131,151); }

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

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

 span { border-color: rgb(177,131,151); }

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