#BACB87

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

Shades of Caper #BACB87

Tints of Caper #BACB87

Color information

#BACB87 (or 0xBACB87) is unknown color: approx Caper. HEX triplet: BA, CB and 87. RGB value is (186,203,135). Sum of RGB (Red+Green+Blue) = 186+203+135=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB87 is #453478. Grayscale: #BEBEBE. Windows color (decimal): -4535417 or 8899514. OLE color: 8899514.

HSL color Cylindrical-coordinate representation of color #BACB87: hue angle of 75º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BACB87 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB186203135-
CMYK0.0800.330.20
HSL75º39.53%66.27%-
HSV(B)75º33.5%79.61%-
XYZ45.9854.931.1-
YUV190.1696.87125.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=35.50%
G=38.74%
B=25.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031350.0800.330.207539.5366.27
HexBACB878021144b2842
Octal272313207100412411350102
Binary101110101100101110000111100001000011010010010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB87; }

 p { color: rgb(186,203,135); }

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

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

 a { background-color: rgb(186,203,135); }

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

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

 span { border-color: rgb(186,203,135); }

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