#B1B984

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

Shades of Caper #B1B984

Tints of Caper #B1B984

Color information

#B1B984 (or 0xB1B984) is unknown color: approx Caper. HEX triplet: B1, B9 and 84. RGB value is (177,185,132). Sum of RGB (Red+Green+Blue) = 177+185+132=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B984 is #4E467B. Grayscale: #B0B0B0. Windows color (decimal): -5129852 or 8698289. OLE color: 8698289.

HSL color Cylindrical-coordinate representation of color #B1B984: hue angle of 69.06º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1B984 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB177185132-
CMYK0.0400.290.27
HSL69.06º27.46%62.16%-
HSV(B)69.06º28.65%72.55%-
XYZ39.6545.7128.56-
YUV176.57102.85128.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=35.83%
G=37.45%
B=26.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851320.0400.290.2769.0627.4662.16
HexB1B984401D1B451b3e
Octal2612712044035331053376
Binary10110001101110011000010010001110111011100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B984; }

 p { color: rgb(177,185,132); }

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

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

 a { background-color: rgb(177,185,132); }

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

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

 span { border-color: rgb(177,185,132); }

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