#B1B78A

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

Shades of Caper #B1B78A

Tints of Caper #B1B78A

Color information

#B1B78A (or 0xB1B78A) is unknown color: approx Caper. HEX triplet: B1, B7 and 8A. RGB value is (177,183,138). Sum of RGB (Red+Green+Blue) = 177+183+138=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B78A is #4E4875. Grayscale: #B0B0B0. Windows color (decimal): -5130358 or 9090993. OLE color: 9090993.

HSL color Cylindrical-coordinate representation of color #B1B78A: hue angle of 68º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1B78A is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB177183138-
CMYK0.0300.250.28
HSL68º23.81%62.94%-
HSV(B)68º24.59%71.76%-
XYZ39.6545.0530.65-
YUV176.08106.51128.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=35.54%
G=36.75%
B=27.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771831380.0300.250.286823.8162.94
HexB1B78A30191C44183f
Octal2612672123031341043077
Binary1011000110110111100010101101100111100100010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B78A; }

 p { color: rgb(177,183,138); }

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

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

 a { background-color: rgb(177,183,138); }

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

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

 span { border-color: rgb(177,183,138); }

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