#B1BB8C

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

Shades of Caper #B1BB8C

Tints of Caper #B1BB8C

Color information

#B1BB8C (or 0xB1BB8C) is unknown color: approx Caper. HEX triplet: B1, BB and 8C. RGB value is (177,187,140). Sum of RGB (Red+Green+Blue) = 177+187+140=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BB8C is #4E4473. Grayscale: #B2B2B2. Windows color (decimal): -5129332 or 9223089. OLE color: 9223089.

HSL color Cylindrical-coordinate representation of color #B1BB8C: hue angle of 72.77º degrees, saturation: 0.26, 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 #B1BB8C is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB177187140-
CMYK0.0500.250.27
HSL72.77º25.68%64.12%-
HSV(B)72.77º25.13%73.33%-
XYZ40.6446.7831.7-
YUV178.65106.19126.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=35.12%
G=37.10%
B=27.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871400.0500.250.2772.7725.6864.12
HexB1BB8C50191B491a40
Octal26127321450313311132100
Binary101100011011101110001100101011001110111001001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB8C; }

 p { color: rgb(177,187,140); }

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

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

 a { background-color: rgb(177,187,140); }

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

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

 span { border-color: rgb(177,187,140); }

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