#B1B98B

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

Shades of Caper #B1B98B

Tints of Caper #B1B98B

Color information

#B1B98B (or 0xB1B98B) is unknown color: approx Caper. HEX triplet: B1, B9 and 8B. RGB value is (177,185,139). Sum of RGB (Red+Green+Blue) = 177+185+139=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B98B is #4E4674. Grayscale: #B1B1B1. Windows color (decimal): -5129845 or 9157041. OLE color: 9157041.

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

Color convert

RGB177185139-
CMYK0.0400.250.27
HSL70.43º24.73%63.53%-
HSV(B)70.43º24.86%72.55%-
XYZ40.1445.9131.17-
YUV177.36106.35127.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=35.33%
G=36.93%
B=27.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851390.0400.250.2770.4324.7363.53
HexB1B98B40191B461940
Octal26127121340313310631100
Binary101100011011100110001011100011001110111000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B98B; }

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

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

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

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

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

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

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

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