#B1B97E

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

Shades of Caper #B1B97E

Tints of Caper #B1B97E

Color information

#B1B97E (or 0xB1B97E) is unknown color: approx Caper. HEX triplet: B1, B9 and 7E. RGB value is (177,185,126). Sum of RGB (Red+Green+Blue) = 177+185+126=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B97E is #4E4681. Grayscale: #B0B0B0. Windows color (decimal): -5129858 or 8305073. OLE color: 8305073.

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

Color convert

RGB177185126-
CMYK0.0400.320.27
HSL68.14º29.65%60.98%-
HSV(B)68.14º31.89%72.55%-
XYZ39.2545.5526.46-
YUV175.8899.85128.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=36.27%
G=37.91%
B=25.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851260.0400.320.2768.1429.6560.98
HexB1B97E40201B441e3d
Octal2612711764040331043675
Binary10110001101110011111110100010000011011100010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B97E; }

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

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

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

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

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

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

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

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