#B0BA7C

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

Shades of Caper #B0BA7C

Tints of Caper #B0BA7C

Color information

#B0BA7C (or 0xB0BA7C) is unknown color: approx Caper. HEX triplet: B0, BA and 7C. RGB value is (176,186,124). Sum of RGB (Red+Green+Blue) = 176+186+124=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA7C is #4F4583. Grayscale: #B0B0B0. Windows color (decimal): -5195140 or 8174256. OLE color: 8174256.

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

Color convert

RGB176186124-
CMYK0.0500.330.27
HSL69.68º31%60.78%-
HSV(B)69.68º33.33%72.94%-
XYZ39.145.825.85-
YUV175.9498.69128.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=36.21%
G=38.27%
B=25.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861240.0500.330.2769.683160.78
HexB0BA7C50211B461f3d
Octal2602721745041331063775
Binary10110000101110101111100101010000111011100011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA7C; }

 p { color: rgb(176,186,124); }

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

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

 a { background-color: rgb(176,186,124); }

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

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

 span { border-color: rgb(176,186,124); }

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