#B18597

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

Shades of Bouquet #B18597

Tints of Bouquet #B18597

Color information

#B18597 (or 0xB18597) is unknown color: approx Bouquet. HEX triplet: B1, 85 and 97. RGB value is (177,133,151). Sum of RGB (Red+Green+Blue) = 177+133+151=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B18597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18597 is #4E7A68. Grayscale: #949494. Windows color (decimal): -5143145 or 9930161. OLE color: 9930161.

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

Color convert

RGB177133151-
CMYK00.250.150.31
HSL335.45º22%60.78%-
HSV(B)335.45º24.86%69.41%-
XYZ32.128.3633.06-
YUV148.21129.58148.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=38.39%
G=28.85%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713315100.250.150.31335.452260.78
HexB18597019F1F14f163d
Octal26120522703117375172675
Binary10110001100001011001011101100111111111110100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18597; }

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

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

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

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

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

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

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

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