#B28697

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

Shades of Bouquet #B28697

Tints of Bouquet #B28697

Color information

#B28697 (or 0xB28697) is unknown color: approx Bouquet. HEX triplet: B2, 86 and 97. RGB value is (178,134,151). Sum of RGB (Red+Green+Blue) = 178+134+151=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28697 is #4D7968. Grayscale: #959595. Windows color (decimal): -5077353 or 9930418. OLE color: 9930418.

HSL color Cylindrical-coordinate representation of color #B28697: hue angle of 336.82º degrees, saturation: 0.22, 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 #B28697 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB178134151-
CMYK00.250.150.30
HSL336.82º22.22%61.18%-
HSV(B)336.82º24.72%69.8%-
XYZ32.4728.7533.12-
YUV149.09129.08148.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=38.44%
G=28.94%
B=32.61%

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
Decimal17813415100.250.150.30336.8222.2261.18
HexB28697019F1E151163d
Octal26220622703117365212675
Binary10110010100001101001011101100111111111010101000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28697; }

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

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

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

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

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

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

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

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