#B28597

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

Shades of Bouquet #B28597

Tints of Bouquet #B28597

Color information

#B28597 (or 0xB28597) is unknown color: approx Bouquet. HEX triplet: B2, 85 and 97. RGB value is (178,133,151). Sum of RGB (Red+Green+Blue) = 178+133+151=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B28597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28597 is #4D7A68. Grayscale: #949494. Windows color (decimal): -5077609 or 9930162. OLE color: 9930162.

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

Color convert

RGB178133151-
CMYK00.250.150.30
HSL336º22.61%60.98%-
HSV(B)336º25.28%69.8%-
XYZ32.3328.4733.07-
YUV148.51129.41149.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=38.53%
G=28.79%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813315100.250.150.3033622.6160.98
HexB28597019F1E150173d
Octal26220522703117365202775
Binary10110010100001011001011101100111111111010101000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28597; }

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

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

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

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

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

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

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

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